diff options
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 8cb6175cb..8e7b78410 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -342,6 +342,12 @@ EOF</userinput></screen> administrator since well-written programs do not depend on GID numbers, but rather use the group's name.</para> + <para>Some tests later in the chapter need a regular user. We add this + user here and delete this account at the end of the chapter.</para> + +<screen><userinput>echo "tester:x:101:101::/tmp:/bin/bash" >> /etc/passwd +echo "tester:x:101:dummy" >> /etc/group</userinput></screen> + <para>To remove the <quote>I have no name!</quote> prompt, start a new shell. Since a full Glibc was installed in <xref linkend="chapter-temporary-tools"/> and the |