mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 20:54:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# getcap
|
||||
|
||||
> Command to display the name and capabilities of each specified file.
|
||||
> Display the name and capabilities of each specified file.
|
||||
> More information: <https://manned.org/getcap>.
|
||||
|
||||
- Get capabilities for the given files:
|
||||
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Displays all searched entries even if no capabilities are set:
|
||||
- Display all searched entries even if no capabilities are set:
|
||||
|
||||
`getcap -v {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user