Blaze (he/him)@lemmy.zip to Linux@programming.dev · 2 years agoLinux File Systemtelegra.phimagemessage-square21fedilinkarrow-up1164
arrow-up1164imageLinux File Systemtelegra.phBlaze (he/him)@lemmy.zip to Linux@programming.dev · 2 years agomessage-square21fedilink
minus-squaretakeheart@lemmy.worldlinkfedilinkarrow-up1·2 years agoWhat’s the difference between run time program data and temporary files? Is /tmp just for system level processes but not for user space?
minus-squareLemongrablinkfedilinkarrow-up2·2 years agoYou can shove anything in /tmp, it is (by default) read/writeable by all users/groups. Plenty of user apps create files/folders in tmp
What’s the difference between run time program data and temporary files? Is
/tmpjust 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