Changeset de546c8 for BOOK/final-preps/common
- Timestamp:
- Jun 3, 2014, 1:13:53 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 956a617
- Parents:
- 3359e39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/common/addinguser.xml
r3359e39 rde546c8 82 82 <screen><userinput>passwd clfs</userinput></screen> 83 83 84 <para>Grant <systemitem class="username">clfs</systemitem> full access to 84 <para>As <systemitem class="username">root</systemitem>, 85 grant <systemitem class="username">clfs</systemitem> full access to 85 86 <filename class="directory">${CLFS}/cross-tools</filename> and 86 87 <filename class="directory">${CLFS}/tools</filename> by making <systemitem … … 90 91 chown -v clfs ${CLFS}/cross-tools</userinput></screen> 91 92 92 <para>If a separate working directory was created as suggested, 93 give user <systemitem class="username">clfs</systemitem> ownership of this directory:</para> 93 <para>If a separate working directory was created as suggested, run the 94 following command as <systemitem class="username">root</systemitem> to 95 give user <systemitem class="username">clfs</systemitem> ownership of this 96 directory as well:</para> 94 97 95 98 <screen><userinput>chown -v clfs ${CLFS}/sources</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.