mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:02:10 +02:00

This commit fixes every instance in which the word "folder" is incorrectly used instead of "directory".
355 B
355 B
getfacl
Get file access control lists.
- Display the file access control list:
getfacl {{path/to/file_or_directory}}
- Display the file access control list with numeric user and group IDs:
getfacl -n {{path/to/file_or_directory}}
- Display the file access control list with tabular output format:
getfacl -t {{path/to/file_or_directory}}