Reputation: 20565
I accidentally added extended permission using setfacl, so how can i remove it?
I successfully set extended permission with
setfacl -R u:user2:wrx /tmp
and I have tried to remove with instructed by man page
setfacl -R -x u:user2:wrx /tmp
But not success in removing this permission
Upvotes: 4
Views: 11958