diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-11-07 03:06:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-11-07 03:06:49 +0000 |
commit | 5b237745003431d487de361ca0980a467ee2f5d5 (patch) | |
tree | 0a29f0237f9e8e536112f9fc816e7a52bbc19691 /etc/passwd | |
download | pfsense-5b237745003431d487de361ca0980a467ee2f5d5.zip pfsense-5b237745003431d487de361ca0980a467ee2f5d5.tar.gz |
Initial revision
Diffstat (limited to 'etc/passwd')
-rw-r--r-- | etc/passwd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/passwd b/etc/passwd new file mode 100644 index 0000000..86c9b58 --- /dev/null +++ b/etc/passwd @@ -0,0 +1,10 @@ +root:*:0:0:Charlie &:/root:/etc/rc.initial +toor:*:0:0:Bourne-again Superuser:/root: +daemon:*:1:1:Owner of many system processes:/root:/sbin/nologin +operator:*:2:5:System &:/:/sbin/nologin +bin:*:3:7:Binaries Commands and Source:/:/sbin/nologin +tty:*:4:65533:Tty Sandbox:/:/sbin/nologin +kmem:*:5:65533:KMem Sandbox:/:/sbin/nologin +www:*:80:80:World Wide Web Owner:/nonexistent:/sbin/nologin +nobody:*:65534:65534:Unprivileged user:/nonexistent:/sbin/nologin +admin:*:101:101:Admin Account:/home/admin:/bin/sh |