Windows 11 adds native support for RAR, 7-Zip, Tar and other archive formats thanks to open-source library::undefined

  • stoy@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    Humm, I doubt it as NTFS has ACLs built in to FS directly, so far I don’t know if Linux FS has that feature, I know that ACLs exists in the Linux file world, but I don’t know if they are built in durectly in the FS.

    • barsoap@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 months ago

      Pretty much all Linux FS support ACLs and have for an eternity.

      The thing is that nobody uses ACLs because the good ole user/group/world rwx scheme is much less of a hassle to work with in 99.9% of the cases and the remaining 0.01% can still be done.