Skip Navigation
21 comments
  • What's the difference between run time program data and temporary files? Is /tmp just for system level processes but not for user space?

    • You can shove anything in /tmp, it is (by default) read/writeable by all users/groups. Plenty of user apps create files/folders in tmp

  • Temporary files can be created by user programs. On my machines, I made /tmp an in memory file system and also disallow execution or setuid/gid in this directory as much malware tries to abuse it in this manner.

21 comments