diff options
author | Danny Holman <dholman@gymli.org> | 2025-01-12 01:17:36 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-01-12 01:19:11 -0600 |
commit | 95cd78840f0891e60f5ebecc8a8eb4fbaf3c2ebf (patch) | |
tree | c8c35347b50477929727fa5be9f5d0f55cbe18fd /etc/group | |
parent | 5e166f3042a8e7b3031aae4da7006f80caa53ecc (diff) |
PROJECT RESTRUCTURING
Move the entire kernel into its own directory. Create new directories
for system commands, libraries and other required essentials for a
complete Unix-like operating system.
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'etc/group')
-rw-r--r-- | etc/group | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/group b/etc/group new file mode 100644 index 0000000..bb0d851 --- /dev/null +++ b/etc/group @@ -0,0 +1,18 @@ +root:x:0:root +bin:x:1:root,bin,daemon +daemon:x:2:root,bin,daemon +disk:x:3:root +adm:x:4:root,daemon +tty:x:5:root +mem:x:6: +kmem:x:7: +wheel:x:8:root +log:x:9:root +proc:x:10:root +audio:x:11: +video:x:11: +network:x:12: +power:x:13: +sudo:x:14:root +users:x:100: +nobody:x:65534: |