ACL articles
Apply an access control list (ACL) to secure your applications. In these articles we cover multiple ways to implement an ACL.
Using xattrs or Extended Attributes on LinuxLast change: 2025-01-06
Linux supports extended attributes (xattr) on most file systems. Learn how they work and allow security features like access control lists and more.
Commands:- cat
- getfacl
- getfattr
- grep
- setfacl
- xattr
Plus sign in ls outputLast change: 2025-01-06
When file access control lists, or ACLs are being used, the output of ls will change. Learn about the additional plus sign in its output.