diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-27 04:19:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-27 04:19:52 +0000 |
commit | 32b05f7198fbfe7cd4f83c7902eaa70c7789c39d (patch) | |
tree | f7018bd512b1070a8486844469b7b0c9f54106fb /chapter05/installasuser.xml | |
parent | dceadd412d8c778023a758860dd82fc1e343fffb (diff) |
changed "chown lfs $LFS" to "chown -R lfs $LFS"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/installasuser.xml')
-rw-r--r-- | chapter05/installasuser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index 4fff1a36e..4512bd5e4 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -20,7 +20,7 @@ passwd lfs</userinput></screen></para> so user "lfs" will have write access to it. Run the following command as root to change the ownership of the LFS partition to user "lfs":</para> -<para><screen><userinput>chown lfs $LFS</userinput></screen></para> +<para><screen><userinput>chown -R lfs $LFS</userinput></screen></para> <para>Now you can login as user "lfs". You can do this two ways: either the normal way through the console or the display manager, or with |