Disclaimer: Do not run this command.

  • dan@upvote.au
    link
    fedilink
    arrow-up
    19
    ·
    23 hours ago

    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.

    • edinbruh@feddit.it
      link
      fedilink
      English
      arrow-up
      6
      ·
      19 hours ago

      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.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        4
        ·
        17 hours ago

        Good catch - I should have said that it’s closer to Windows-style ACLs rather than implying that it’s actually the same.