this post was submitted on 06 Sep 2024
150 points (94.1% liked)

Linux

5083 readers
148 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

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

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