diff options
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 74a071df0..53c80e0a2 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -346,7 +346,7 @@ EOF</userinput></screen> user here and delete this account at the end of the chapter.</para> <screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" >> /etc/passwd -echo "tester:x:101:dummy" >> /etc/group +echo "tester:x:101:" >> /etc/group install -o tester -d /home/tester</userinput></screen> <para>To remove the <quote>I have no name!</quote> prompt, start a new |