Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created January 11, 2014 11:03
Show Gist options
  • Save willgarcia/8369544 to your computer and use it in GitHub Desktop.
Save willgarcia/8369544 to your computer and use it in GitHub Desktop.
change tmp dir - symlink
mv /tmp /tmp.old && ln -s /home/tmp /tmp
chmod +t /home/tmp
chmod a+w /home/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment