Changeset 3c17f8e for BOOK/materials
- Timestamp:
- Feb 21, 2006, 2:18:26 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f729ad2
- Parents:
- de1676e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/introduction.xml
rde1676e r3c17f8e 40 40 starting the download session:</para> 41 41 42 <screen><userinput>mkdir $LFS/sources</userinput></screen>42 <screen><userinput>mkdir -v $LFS/sources</userinput></screen> 43 43 44 44 <para>Make this directory writable and sticky. <quote>Sticky</quote> … … 48 48 sticky modes:</para> 49 49 50 <screen><userinput>chmod a+wt $LFS/sources</userinput></screen>50 <screen><userinput>chmod -v a+wt $LFS/sources</userinput></screen> 51 51 52 52 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.