##// END OF EJS Templates
Suggest different permissions for tmpfs-mounted /tmp
s19n -
r1278:7e2749d8 default
parent child Browse files
Show More
@@ -34,8 +34,8 b' performance boost.'
34 34
35 35 .. code-block:: bash
36 36
37 # mount tmp to memory with 2GB limit and 755 write permissions
38 mount -t tmpfs -o size=2G,mode=0755 tmpfs /tmp
37 # mount tmp to memory with 2GB limit and 1777 write permissions
38 mount -t tmpfs -o size=2G,mode=1777 tmpfs /tmp
39 39
40 40 For more information about TMPFS, see the documentation `here`_.
41 41
General Comments 0
You need to be logged in to leave comments. Login now