3

I would like to setup a small office network based on ubuntu machines to replace the current based on windows. One of the requirements is to setup a samba share for file sharing. The problem is that unix permission system of user-group-others isn't granular enough to offer same functionality as NTFS permissions.

I had a look around and found setfacl which looks like it could do the job in terms of replacing NTFS, however I don't want to have to setup the permissions manually via the CLI.

Q1: Is there a GUI for setfacl?
Q2: Are there alternatives to setfacl to offer similar functionality as NTFS also equiped with a GUI?

1 Answers1

4
  1. Yes, there is a GUI to setup ACLs, its name is eiciel, and you can see some screenshots in this answer;

  2. I don't know of any alternatives to ACL.

enzotib
  • 96,093