diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 01:19:49 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 01:19:49 +0000 |
commit | 9c2045d706e807d24b6c2c05a4ba8349d8426d2b (patch) | |
tree | f0c0c2b7867119531384be149346004fa0c40fef /chapter06/kernel-inst.xml | |
parent | 7a6d5cb3081c5e1d5d37fecf817eef74a90ecaec (diff) |
Corrected kernel chown command. Update date.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernel-inst.xml')
-rw-r--r-- | chapter06/kernel-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index 25e71ebd4..c1858d59e 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -18,8 +18,8 @@ around for a long time, so there's a chance that whatever userid was used will be assigned to somebody on your machine and that person would have write access to the kernel source.</para> -<para>In light of this, you might want to run <userinput>chown -0.0</userinput> on the <filename>linux-&kernel-version;</filename> directory +<para>In light of this, you might want to run <userinput>chown -R 0:0</userinput> +on the <filename>linux-&kernel-version;</filename> directory to ensure all files are owned by user <emphasis>root</emphasis>.</para> <para>Kernel header installation requires the <emphasis>pwd</emphasis> program. |