From 32b05f7198fbfe7cd4f83c7902eaa70c7789c39d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 27 Jan 2002 04:19:52 +0000 Subject: 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 --- chapter05/installasuser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/installasuser.xml') 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 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": -chown lfs $LFS +chown -R lfs $LFS 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 -- cgit v1.2.3-54-g00ecf