exu@feditown.com to linuxmemes@lemmy.worldEnglish · 1 month agoI did the classic blunder todayNSFWfeditown.comexternal-linkmessage-square35fedilinkarrow-up1102
arrow-up199external-linkI did the classic blunder todayNSFWfeditown.comexu@feditown.com to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square35fedilink
minus-squareBjörn Tantau@swg-empire.delinkfedilinkarrow-up22·1 month ago/tmp might be world writable but everything created in there belongs to the respective users.
minus-squareshoki@lemmy.worldlinkfedilinkarrow-up3·1 month 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