exu to linuxmemes@lemmy.worldEnglish • 6 months agoI did the classic blunder todayNSFWfeditown.comimagemessage-square36fedilinkarrow-up1101
arrow-up1101imageI did the classic blunder todayNSFWfeditown.comexu to linuxmemes@lemmy.worldEnglish • 6 months agomessage-square36fedilink
minus-squareBjörn Tantaulinkfedilink21•6 months ago/tmp might be world writable but everything created in there belongs to the respective users.
minus-square@shoki@lemmy.worldlinkfedilink3•6 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