Author: robert Date: 2007-03-25 04:05:31 -0600 (Sun, 25 Mar 2007) New Revision: 988
Modified: trunk/BOOK/chapter06/changingowner.xml Log: It's overly verbose to use -v with chown /tools Modified: trunk/BOOK/chapter06/changingowner.xml =================================================================== --- trunk/BOOK/chapter06/changingowner.xml 2007-03-25 09:05:42 UTC (rev 987) +++ trunk/BOOK/chapter06/changingowner.xml 2007-03-25 10:05:31 UTC (rev 988) @@ -26,7 +26,7 @@ directories to user <emphasis>root</emphasis> by running the following command:</para> -<screen><userinput>chown -vR 0:0 /tools</userinput></screen> +<screen><userinput>chown -R 0:0 /tools</userinput></screen> <para>The command uses <parameter>0:0</parameter> instead of <parameter>root:root</parameter>, because <command>chown</command> -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
