From c118e6c2cc98b297772f18a8cf24ed9d09e50de8 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 27 Jan 2003 17:50:47 +0000 Subject: removed -R from chown command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2400 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/adding-user.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/adding-user.xml') diff --git a/chapter05/adding-user.xml b/chapter05/adding-user.xml index b1a740875..c0bf6d564 100644 --- a/chapter05/adding-user.xml +++ b/chapter05/adding-user.xml @@ -15,7 +15,7 @@ passwd lfs In order to grant ownership of the $LFS/static directory to the user lfs, issue the command: -chown -R lfs $LFS/static +chown lfs $LFS/static Next, login as user lfs. This can be accomplished via a virtual console, display manager or with the substitute user -- cgit v1.2.3-54-g00ecf