diff options
Diffstat (limited to 'chapter05/adding-user.xml')
-rw-r--r-- | chapter05/adding-user.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adding-user.xml b/chapter05/adding-user.xml index 8e4881815..d8dd85422 100644 --- a/chapter05/adding-user.xml +++ b/chapter05/adding-user.xml @@ -14,10 +14,10 @@ issue the following commands to add the new user:</para> passwd lfs</userinput></screen></para> <para>Now grant this new user <emphasis>lfs</emphasis> full access to -<filename class="directory">$LFS/stage1</filename> by giving it ownership +<filename class="directory">$LFS/tools</filename> by giving it ownership of the directory:</para> -<para><screen><userinput>chown lfs $LFS/stage1</userinput></screen></para> +<para><screen><userinput>chown lfs $LFS/tools</userinput></screen></para> <para>Next, login as user <emphasis>lfs</emphasis>. This can be done via a virtual console, through a display manager, or with the following substitute |