Changeset 6ab69ca for boot/common
- Timestamp:
- Jul 7, 2006, 8:36:27 PM (18 years ago)
- Children:
- 1264086
- Parents:
- e3edc25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/creatingdirs.xml
re3edc25 r6ab69ca 14 14 standard directory tree by issuing the following commands:</para> 15 15 16 <screen ><userinput>mkdir -pv ${CLFS}/{bin,boot,dev,etc/opt,home,lib,mnt,opt}16 <screen os="b"><userinput>mkdir -pv ${CLFS}/{bin,boot,dev,etc/opt,home,lib,mnt,opt} 17 17 mkdir -pv ${CLFS}/{proc,media/{floppy,cdrom},sbin,srv,sys,var} 18 18 install -dv -m 0750 ${CLFS}/root … … 28 28 mkdir -pv ${CLFS}/var/{opt,cache,lib/{misc,locate},local}</userinput></screen> 29 29 30 <para os=" b">Directories are, by default, created with permission mode 755,30 <para os="c">Directories are, by default, created with permission mode 755, 31 31 but this is not desirable for all directories. In the commands above, 32 32 two changes are made—one to the home directory of user … … 34 34 directories for temporary files.</para> 35 35 36 <para os=" c">The first mode change ensures that not just anybody can enter36 <para os="d">The first mode change ensures that not just anybody can enter 37 37 the <filename class="directory">${CLFS}/root</filename> directory—the 38 38 same as a normal user would do with his or her home directory. The … … 44 44 1777 bit mask.</para> 45 45 46 <sect2 os=" d">46 <sect2 os="e"> 47 47 <title>FHS Compliance Note</title> 48 48
Note:
See TracChangeset
for help on using the changeset viewer.