exu to linuxmemes@lemmy.worldEnglish • 5 months agoI did the classic blunder todayNSFWfeditown.comimagemessage-square36fedilinkarrow-up1101arrow-down13
arrow-up198arrow-down1imageI did the classic blunder todayNSFWfeditown.comexu to linuxmemes@lemmy.worldEnglish • 5 months agomessage-square36fedilink
minus-squareBjörn Tantaulinkfedilink22•5 months ago/tmp might be world writable but everything created in there belongs to the respective users.
minus-square@shoki@lemmy.worldlinkfedilink3•5 months agoExactly! if a service running under root creates a file, it belongs to root. if that file has permissions that don’t allow other users to write (most do), then you can’t delete it without sudo afaik
/tmp might be world writable but everything created in there belongs to the respective users.
TIL. Makes sense, though.
Exactly! if a service running under root creates a file, it belongs to root. if that file has permissions that don’t allow other users to write (most do), then you can’t delete it without sudo afaik