Suggest different permissions for tmpfs-mounted /tmp

This commit is contained in:
Marco Bozzolan 2017-01-04 12:56:30 +01:00
parent 34c40cc222
commit 48289a36c3

View file

@ -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`_.