Changeset 287d7b9 for boot/common/changingowner.xml
- Timestamp:
- Feb 21, 2006, 2:27:09 AM (19 years ago)
- Children:
- dd9906e
- Parents:
- 61f8f69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/changingowner.xml
r61f8f69 r287d7b9 19 19 <systemitem class="username">root</systemitem>. Change the ownership for $LFS and its subdirectories by running these commands:</para> 20 20 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} 22 chown -Rv root:root $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen> 23 23 24 24 <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 … … 39 39 the following commands:</para> 40 40 41 <screen><userinput>chown -R root:root /tools42 chown -R root:root /cross-tools</userinput></screen>41 <screen><userinput>chown -Rv root:root /tools 42 chown -Rv root:root /cross-tools</userinput></screen> 43 43 44 44 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.