mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
getcap: add -r example (#8691)
This commit is contained in:
parent
0a7b28c8e5
commit
5bc1dfb9ed
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`getcap {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Get capabilities for all the files recursively under the given directories:
|
||||
|
||||
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Displays all searched entries even if no capabilities are set:
|
||||
|
||||
`getcap -v {{path/to/file1 path/to/file2 ...}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue