Skip to content

Commit b626503

Browse files
committed
mounts tmp as tmpfs
1 parent 09971a3 commit b626503

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
echo "Mounting tmpfs in /tmp"
4+
mount mount -t tmpfs -o nodev,nosuid,mode=1777 tmpfs /tmp

0 commit comments

Comments
 (0)