You are not logged in.
Pages: 1
I can't figure out what the correct syntax for --set is, can anyone give me an example?
I read man page, pinfo, --help, googled, I can't find it.
I tried things like setfacl --set u:user:- /file but it doesn't accept it.
Any tips?
Thanks!
Last edited by mouseman (2014-11-05 19:58:28)
Offline
Ah figured it out. Need to specify all three (user,group,other) with --set:
setfacl --set u::rw-,g::rw-,o:--- file
Solved .
Last edited by mouseman (2014-11-05 19:59:25)
Offline
Pages: 1