diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 80ea8268b..4569908a7 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -57,7 +57,7 @@ package</quote>.</para> <para>Create two dummy groups and a dummy user name:</para> -<screen><userinput>echo "dummy1:x:1000" >> /etc/group +<screen><userinput>echo "dummy1:x:1000:" >> /etc/group echo "dummy2:x:1001:dummy" >> /etc/group echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen> |