Show More
@@ -34,8 +34,8 b' performance boost.' | |||||
34 |
|
34 | |||
35 | .. code-block:: bash |
|
35 | .. code-block:: bash | |
36 |
|
36 | |||
37 |
# mount tmp to memory with 2GB limit and 7 |
|
37 | # mount tmp to memory with 2GB limit and 1777 write permissions | |
38 |
mount -t tmpfs -o size=2G,mode= |
|
38 | mount -t tmpfs -o size=2G,mode=1777 tmpfs /tmp | |
39 |
|
39 | |||
40 | For more information about TMPFS, see the documentation `here`_. |
|
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