@[email protected] to [email protected]English • edit-211 days agoDirty Talklemmy.zipimagemessage-square67fedilinkarrow-up1480
arrow-up1480imageDirty Talklemmy.zip@[email protected] to [email protected]English • edit-211 days agomessage-square67fedilink
minus-square@[email protected]linkfedilink35•11 days agoIf I wanted Windows perms I would have installed Windows
minus-square@[email protected]linkfedilink20•11 days 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-square@[email protected]linkfedilinkEnglish6•11 days 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.
minus-square@[email protected]linkfedilink4•11 days agoGood catch - I should have said that it’s closer to Windows-style ACLs rather than implying that it’s actually the same.
If I wanted Windows perms I would have installed Windows
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.
Good catch - I should have said that it’s closer to Windows-style ACLs rather than implying that it’s actually the same.