153
Linux File System
(telegra.ph)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
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