diff options
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> |