2025-03-14 21:59:59 -06:00
|
|
|
# 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}}`
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Display the file access control list with numeric user and group IDs:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`getfacl {{[-n|--numeric]}} {{path/to/file_or_directory}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Display the file access control list with tabular output format:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`getfacl {{[-t|--tabular]}} {{path/to/file_or_directory}}`
|