@[email protected] to [email protected] • 4 months agoLinux File Systemtelegra.phimagemessage-square21fedilinkarrow-up1161arrow-down110
arrow-up1151arrow-down1imageLinux File Systemtelegra.ph@[email protected] to [email protected] • 4 months agomessage-square21fedilink
minus-square@takeheartlink1•4 months 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-squareLemongrablinkfedilink2•3 months 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
/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