Setting temp dir location on Linux
I use a 1GB tmpfs on my Linux system, which causes problems with some installs which write their temporary files to /tmp. Here's a way to somewhat gracefully set TMPDIR for every user logging in:
- Read more about Setting temp dir location on Linux
- Log in or register to post comments