Dung
Dung

Reputation: 20565

How to remove ACL from a directory and back to usual access control?

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

Answers (1)

Related Questions