Understand Linux ACLs
Understand Linux ACLs

Understand Linux ACLs

Linux ACLs can control the filesystem features and flags for each file or folder.

Introducing ACLs in Linux

ACLs Kernel support

linux acls
[synman@server ~]$ grep ACL /boot/config-$(uname -r)
linux acls

Listing Filesystem ACLs

[synman@server synman]# sudo getfacl note.txt
linux acls
linux acls

Setting Default ACLs

Adding ACL entries

Removing ACLs

Troubleshooting ACLs

Leave a Reply