If your home is on AFS, it is also advised to move also your working directory under /tmp/$USER , together with all the necessary files and directories, described in the following sections. To prevent that the regular cleanup cron job deletes some of your files from /tmp/$USER when they are too old, run the command
find /tmp/$USER -print -exec touch {} \;
after unpacking the below tarballs into /tmp/$USER . |