Changeset f6cb7c6


Ignore:
Timestamp:
Jun 3, 2014, 1:14:46 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
c318be6
Parents:
2c6590d
git-author:
Chris Staub <chris@…> (06/03/14 01:13:53)
git-committer:
Chris Staub <chris@…> (06/03/14 01:14:46)
Message:

Specify root for more commands

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/common/addinguser.xml

    r2c6590d rf6cb7c6  
    8282<screen><userinput>passwd clfs</userinput></screen>
    8383
    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
    8586  <filename class="directory">${CLFS}/cross-tools</filename> and
    8687  <filename class="directory">${CLFS}/tools</filename> by making <systemitem
     
    9091chown -v clfs ${CLFS}/cross-tools</userinput></screen>
    9192
    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>
    9497
    9598<screen><userinput>chown -v clfs ${CLFS}/sources</userinput></screen>
  • BOOK/materials/common/introduction.xml

    r2c6590d rf6cb7c6  
    4141  marked <quote>sticky</quote>, that means that even if multiple users have
    4242  write permission on that directory, any file within that directory can only be
    43   deleted or modified by its owner. The following command will enable the
     43  deleted or modified by its owner. The following command, run as
     44  <systemitem class="username">root</systemitem>, will enable the
    4445  write and sticky modes:</para>
    4546
Note: See TracChangeset for help on using the changeset viewer.