to raise /tmp directory size? I have a script that streams files from other remote servers straight to the user and it always uses the tmp directory for file streams. How can I fix it from clogging up my /tmp directory? Can I set it to a different /tmp directory? Thanks!
You can't increase the size of the /tmp without reloading the OS. You can create the tmp directory in a different partition and set the variable TMPDIR to that path using the following command: export TMPDIR=/pathtonewtmp Code (markup):