Add /tmp to the list of standart mount points
This commit is contained in:
parent
c386ba9c1d
commit
574198a0de
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23336
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ total 530
|
|||
|
||||
<para>A mount point is a directory where additional file systems can
|
||||
be grafted onto the root file system. Standard mount points include
|
||||
<filename>/usr</filename>, <filename>/var</filename>,
|
||||
<filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</filename>,
|
||||
<filename>/mnt</filename>, and <filename>/cdrom</filename>. These
|
||||
directories are usually referenced to entries in the file
|
||||
<filename>/etc/fstab</filename>. <filename>/etc/fstab</filename> is
|
||||
|
|
Loading…
Reference in a new issue