diff options
Diffstat (limited to 'chapter06/changingowner.xml')
-rw-r--r-- | chapter06/changingowner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml index ae956d53a..e7ff8b12e 100644 --- a/chapter06/changingowner.xml +++ b/chapter06/changingowner.xml @@ -22,7 +22,7 @@ system. Alternatively, you can (and the book assumes you do) assign the contents of the <filename class="directory">/tools</filename> directory to user <emphasis>root</emphasis> by running the following command:</para> -<para><screen><userinput>chown -R 0:0 /tools</userinput></screen></para> +<screen><userinput>chown -R 0:0 /tools</userinput></screen> <para>The command uses "0:0" instead of "root:root", because chown is unable to resolve the name "root" until the password file has been created.</para> |