2017-12-21 03:33:34 +00:00
|
|
|
# getfacl
|
|
|
|
|
|
|
|
> Get file access control lists.
|
2021-07-09 15:45:55 +01:00
|
|
|
> More information: <https://manned.org/getfacl>.
|
2017-12-21 03:33:34 +00:00
|
|
|
|
|
|
|
- Display the file access control list:
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
`getfacl {{path/to/file_or_directory}}`
|
2017-12-21 03:33:34 +00:00
|
|
|
|
|
|
|
- Display the file access control list with numeric user and group IDs:
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
`getfacl -n {{path/to/file_or_directory}}`
|
2017-12-21 03:33:34 +00:00
|
|
|
|
|
|
|
- Display the file access control list with tabular output format:
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
`getfacl -t {{path/to/file_or_directory}}`
|