diff options
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 883364240..a89022963 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -33,5 +33,14 @@ These commands copy the kernel headers in the <filename>$LFS/usr/include</filename> directory. </para> +<para> +<userinput>chown root.root $LFS/usr/include/linux -R </userinput> and +<userinput>chown root.root $LFS/usr/include/asm -R </userinput>: +These commands change the ownership of the +<filename>$LFS/usr/include/linux</filename> and the +<filename>$LFS/usr/include/asm</filename> directories to the user +root and group root. +</para> + </sect2> |