mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 04:52:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,10 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`getfacl {{path/to/file_or_directory}}`
|
||||
|
||||
- Display the file access control list with [n]umeric user and group IDs:
|
||||
- Display the file access control list with numeric user and group IDs:
|
||||
|
||||
`getfacl --numeric {{path/to/file_or_directory}}`
|
||||
`getfacl {{[-n|--numeric]}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Display the file access control list with [t]abular output format:
|
||||
- Display the file access control list with tabular output format:
|
||||
|
||||
`getfacl --tabular {{path/to/file_or_directory}}`
|
||||
`getfacl {{[-t|--tabular]}} {{path/to/file_or_directory}}`
|
||||
|
||||
Reference in New Issue
Block a user