Changeset 94397ff for boot/common
- Timestamp:
- Feb 21, 2006, 2:05:54 AM (19 years ago)
- Children:
- 3234791
- Parents:
- f9b5055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/changingowner.xml
rf9b5055 r94397ff 21 21 a user that exists only on the host system. For security reasons, the $LFS root directory and all of it subdirectories should be owned by <systemitem class="username">root</systemitem>. Change the ownership for $LFS and its subdirectories by running these commands:</para> 22 22 23 <screen><userinput>chown 0:0${LFS}24 chown -R 0:0$LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>23 <screen><userinput>chown root:root ${LFS} 24 chown -R root:root $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen> 25 25 26 26 <para os="c">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 assign the contents of the <filename class="directory">/tools</filename> 40 40 and <filename class="directory">/cross-tools</filename> directories to user <systemitem class="username">root</systemitem> by running 41 the following command :</para>41 the following commands:</para> 42 42 43 <screen><userinput>chown -R 0:0/tools44 chown -R 0:0/cross-tools</userinput></screen>43 <screen><userinput>chown -R root:root /tools 44 chown -R root:root /cross-tools</userinput></screen> 45 45 46 <para os="e">This book assumes you ran these <command>chown</command> commands.</para> 47 48 <!-- <para os="c">The command uses <parameter>0:0</parameter> instead of 49 <parameter>root:root</parameter>, because <command>chown</command> 50 is unable to resolve the name <quote>root</quote> until the password 51 file has been created. This book assumes you ran this 52 <command>chown</command> command.</para> --> 46 <para os="e">This book assumes you ran these <command>chown</command> commands.</para> 53 47 54 48 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.