diff options
author | Marvin Borner | 2019-06-26 19:13:34 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-26 19:13:34 +0200 |
commit | 0019754be97684676682ad0efa65066504faf26c (patch) | |
tree | 29101bbe8b096f3609ebc35681f661e2f728cd33 /etc/group |
Added initial files
Diffstat (limited to 'etc/group')
-rw-r--r-- | etc/group | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/group b/etc/group new file mode 100644 index 0000000..ad3bf97 --- /dev/null +++ b/etc/group @@ -0,0 +1,11 @@ +root:x:0: +bin:x:1: +sys:x:2: +kmem:x:3: +tty:x:4: +daemon:x:6: +disk:x:8: +dialout:x:10: +video:x:12: +utmp:x:13: +usb:x:14:
\ No newline at end of file |