Ignore:
Timestamp:
Jul 17, 2006, 9:25:42 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
8c58c6c
Parents:
5c05e8f
Message:

Text fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • materials/common/introduction.xml

    r5c05e8f r82a8dbfc  
    2525  most packages. If this search is unsuccessful, try one of the
    2626  alternative means of downloading discussed at <ulink
    27   url="http://cross-lfs.org/files/packages/&major-version;.&minor-version;.&extra-version;"/>.</para>
     27  url="&packages-root;"/>.</para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
     
    4242<screen><userinput>mkdir -v $CLFS/sources</userinput></screen>
    4343
    44   <para>Make this directory writable and sticky. <quote>Sticky</quote>
    45   means that even if multiple users have write permission on a
    46   directory, only the owner of a file can delete the file within a
    47   sticky directory. The following command will enable the write and
    48   sticky modes:</para>
     44  <para>Make this directory writable and sticky. When a directory is
     45  marked <quote>sticky</quote>, that means that even if multiple users have
     46  write permission on that directory, any file within that directory can only be
     47  deleted or modified by its owner. The following command will enable the
     48  write and sticky modes:</para>
    4949
    5050<screen><userinput>chmod -v a+wt $CLFS/sources</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.