sanderium@lemmy.zip to linuxmemes@lemmy.worldEnglish · edit-28 hours agoDirty Talklemmy.zipimagemessage-square39fedilinkarrow-up1286arrow-down19file-text
arrow-up1277arrow-down1imageDirty Talklemmy.zipsanderium@lemmy.zip to linuxmemes@lemmy.worldEnglish · edit-28 hours agomessage-square39fedilinkfile-text
minus-squaredan@upvote.aulinkfedilinkarrow-up14·6 hours agoWindows perms are pretty locked down though. Sometimes I can’t delete my own files because I need permission from “Administrator” :/ You can actually use Windows-style permissions (ACLs) on Linux via setfacl.
minus-squareedinbruh@feddit.itlinkfedilinkEnglisharrow-up2·2 hours agoIf only… Those are POSIX acls, and they suck We could have had NFSv4 ACL, of which windows ACLs are a subset. In fact, every other unix os did… Except for Linux, they decided it didn’t fit well to Linux. And so we are stuck with UGO permissions, and posix ACLs.
Windows perms are pretty locked down though. Sometimes I can’t delete my own files because I need permission from “Administrator” :/
You can actually use Windows-style permissions (ACLs) on Linux via
setfacl
.If only…
Those are POSIX acls, and they suck
We could have had NFSv4 ACL, of which windows ACLs are a subset. In fact, every other unix os did… Except for Linux, they decided it didn’t fit well to Linux. And so we are stuck with UGO permissions, and posix ACLs.