diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
commit | a2cd10ffbacbbb5f9f39e1340d071cea1f8303ee (patch) | |
tree | df3a0713ae4a913a41f3607a205cd9e53e6497b7 /chapter06/changingowner.xml | |
parent | f50aec70464ff15d6aacdae2af48a86f9c12221b (diff) |
applied Alex's commas.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/changingowner.xml')
-rw-r--r-- | chapter06/changingowner.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml index 092bf073e..f0bdee09e 100644 --- a/chapter06/changingowner.xml +++ b/chapter06/changingowner.xml @@ -1,16 +1,16 @@ <sect1 id="ch06-changingowner"> -<title>Changing ownership of the LFS partition</title> +<title>Changing ownership</title> <?dbhtml filename="changingowner.html" dir="chapter06"?> -<para>Now we're in chroot, it is a good time to change the ownership of -all files and directories that were installed in chapter 5 back to root. -Run the following commands to do so:</para> +<para>Now we're in chroot, it is time to change the ownership of +the files and directories that were installed in chapter 5 to root. +Run the following command to do so:</para> <para><screen><userinput>chown -R 0:0 /</userinput></screen></para> -<para>This command will change the ownership of the root partition to -root. 0:0 is used instead of the usual root:root, because the username -root can't be resolved because glibc is not yet installed.</para> +<para>This command changes the ownership of the root partition to +root. The command uses 0:0 instead of root:root, because the user name +"root" can't be resolved, as glibc is not installed yet.</para> </sect1> |