Changeset dfa490c for chapter07


Ignore:
Timestamp:
10/09/2022 12:01:25 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/rust-wip-20221008
Children:
3ed3ce6
Parents:
f6459cb
git-author:
Xi Ruoyao <xry111@…> (10/09/2022 04:44:52 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/09/2022 12:01:25 PM)
Message:

rust: chapter04: create /opt and chown it to lfs user

Location:
chapter07
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/changingowner.xml

    rf6459cb rdfa490c  
    3434  command:</para>
    3535
    36 <screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
     36<screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,opt,bin,sbin,tools}
    3737case $(uname -m) in
    3838  x86_64) chown -R root:root $LFS/lib64 ;;
  • chapter07/creatingdirs.xml

    rf6459cb rdfa490c  
    2020    required in the previous chapters by issuing the following command:</para>
    2121
    22 <screen><userinput>mkdir -pv /{boot,home,mnt,opt,srv}</userinput></screen>
     22<screen><userinput>mkdir -pv /{boot,home,mnt,srv}</userinput></screen>
    2323
    2424  <para>Create the required set of subdirectories below the root-level by
Note: See TracChangeset for help on using the changeset viewer.