diff options
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 54cdd5c52..235dddce6 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -313,7 +313,7 @@ work environment we'll create a new user <emphasis>lfs</emphasis> and use this one during the installation process. As <emphasis>root</emphasis>, issue the following commands to add the new user:</para> -<screen><userinput>useradd -s /bin/bash -m lfs +<screen><userinput>useradd -s /bin/bash -m -k /dev/null lfs passwd lfs</userinput></screen> <para>Now grant this new user <emphasis>lfs</emphasis> full access to |