Suggest different permissions for tmpfs-mounted /tmp
This commit is contained in:
parent
34c40cc222
commit
48289a36c3
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ performance boost.
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
# mount tmp to memory with 2GB limit and 755 write permissions
|
||||
mount -t tmpfs -o size=2G,mode=0755 tmpfs /tmp
|
||||
# mount tmp to memory with 2GB limit and 1777 write permissions
|
||||
mount -t tmpfs -o size=2G,mode=1777 tmpfs /tmp
|
||||
|
||||
For more information about TMPFS, see the documentation `here`_.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue