|
@@ -23,7 +23,8 @@ be relevant entries in the <filename>/etc/passwd</filename> and
|
|
|
command:</para>
|
|
|
|
|
|
<screen><userinput>cat > /etc/passwd << "EOF"
|
|
|
-<literal>root:x:0:0:root:/root:/bin/bash</literal>
|
|
|
+<literal>root:x:0:0:root:/root:/bin/bash
|
|
|
+nobody:x:65534:65534:Nobody:/:/sbin/nologin</literal>
|
|
|
EOF</userinput></screen>
|
|
|
|
|
|
<para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
|
|
@@ -34,20 +35,12 @@ command:</para>
|
|
|
|
|
|
<screen><userinput>cat > /etc/group << "EOF"
|
|
|
<literal>root:x:0:
|
|
|
-bin:x:1:
|
|
|
-sys:x:2:
|
|
|
+console:x:1:
|
|
|
+tty:x:2:
|
|
|
kmem:x:3:
|
|
|
-tty:x:4:
|
|
|
-tape:x:5:
|
|
|
-daemon:x:6:
|
|
|
-floppy:x:7:
|
|
|
-disk:x:8:
|
|
|
-lp:x:9:
|
|
|
-dialout:x:10:
|
|
|
-audio:x:11:
|
|
|
-video:x:12:
|
|
|
-utmp:x:13:
|
|
|
-usb:x:14:</literal>
|
|
|
+disk:x:4:
|
|
|
+utmp:x:5:
|
|
|
+nogroup:x:65534:</literal>
|
|
|
EOF</userinput></screen>
|
|
|
|
|
|
<para>The created groups are not part of any standard—they are some
|