mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 20:49:40 +00:00
Update cheatsheets
This commit is contained in:
21
linux/getfacl
Normal file
21
linux/getfacl
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 [n]umeric user and group IDs:
|
||||
|
||||
`getfacl --numeric {{path/to/file_or_directory}}`
|
||||
|
||||
- Display the file access control list with [t]abular output format:
|
||||
|
||||
`getfacl --tabular {{path/to/file_or_directory}}`
|
||||
Reference in New Issue
Block a user