System Administration Guide

Example--Deleting ACL Entries on a File

The following example deletes read permission for the user nigel on the ch4.doc file.


$ setfacl -d user:nigel:4 ch4.doc
$ getfacl ch4.doc
# file: ch4.doc
# owner: nigel
# group: staff
user::r--
group::r--					#effective:r--
other:r--