logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Getfacl - Control File Access Lists on Linux | Online Free DevTools by Hexmos

Control file access lists (ACLs) with Getfacl on Linux. Manage permissions and enhance system security using file access lists. Free online tool, no registration required.

getfacl

Get file access control lists (ACL). More information: https://manned.org/getfacl.

  • Display the file access control list:

getfacl {{path/to/file_or_directory}}

  • Display the file access control list with numeric user and group IDs:

getfacl {{[-n|--numeric]}} {{path/to/file_or_directory}}

  • Display the file access control list with tabular output format:

getfacl {{[-t|--tabular]}} {{path/to/file_or_directory}}

return

See Also