ACL (Access Control List)를 사용하면 소유자가 소유그룹에 의한 접근 권한 외에 임의의 사용자/그룹 별로 접근 권한 부여가 가능
getfacl
$ getfacl README.WEBAPPS # file: README.WEBAPPS # owner: root # group: root user::rw- group::r-- other::r--
setfacl