Ignore:
Timestamp:
Feb 21, 2006, 2:27:09 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
94e6142
Parents:
0b637f1
Message:

r1166@server (orig r1164): chris | 2006-02-10 22:07:07 -0800
Added -v to the rest of the temp-system pages, and various other text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/changingowner.xml

    r0b637f1 reb55250  
    1919  <systemitem class="username">root</systemitem>. Change the ownership for $LFS and its subdirectories by running these commands:</para>
    2020
    21 <screen><userinput>chown root:root ${LFS}
    22 chown -R root:root $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>
     21<screen><userinput>chown -v root:root ${LFS}
     22chown -Rv root:root $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>
    2323
    2424  <para os="b">The same issue also exists with <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the
     
    3939  the following commands:</para>
    4040
    41 <screen><userinput>chown -R root:root /tools
    42 chown -R root:root /cross-tools</userinput></screen>
     41<screen><userinput>chown -Rv root:root /tools
     42chown -Rv root:root /cross-tools</userinput></screen>
    4343
    4444</sect1>
Note: See TracChangeset for help on using the changeset viewer.