getfacl.md: add page (#1818)
This commit is contained in:
15
pages/linux/getfacl.md
Normal file
15
pages/linux/getfacl.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# getfacl
|
||||
|
||||
> Get file access control lists.
|
||||
|
||||
- Display the file access control list:
|
||||
|
||||
`getfacl {{path/to/file_or_folder}}`
|
||||
|
||||
- Display the file access control list with numeric user and group IDs:
|
||||
|
||||
`getfacl -n {{path/to/file_or_folder}}`
|
||||
|
||||
- Display the file access control list with tabular output format:
|
||||
|
||||
`getfacl -t {{path/to/file_or_folder}}`
|
Reference in New Issue
Block a user