this post was submitted on 06 Sep 2024
153 points (94.2% liked)

Linux

6409 readers
176 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 6 months ago (1 children)

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

[โ€“] [email protected] 2 points 4 months ago

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