diff options
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 671f55f20..9a2e267a5 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -63,6 +63,7 @@ ln -sv bash /bin/sh</userinput></screen> <screen><userinput>cat > /etc/passwd << "EOF" <literal>root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/dev/null:/bin/false nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal> EOF</userinput></screen> |