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

Linux

8740 readers
490 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] takeheart@lemmy.world 1 points 11 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?

[โ€“] Lemongrab@lemmy.one 2 points 9 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