4 lines
50 B
Plaintext
4 lines
50 B
Plaintext
|
mkdir -p /tmp
|
||
|
mount -t tmpfs /tmp
|
||
|
chmod 1777 /tmp
|