mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00
getcap: add page (#8578)
* Add getcap page for Linux OS * Update getcap.md * Update link to manned
This commit is contained in:
parent
34e93f10f7
commit
e89c494850
1 changed files with 12 additions and 0 deletions
12
pages/linux/getcap.md
Normal file
12
pages/linux/getcap.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# getcap
|
||||
|
||||
> Command to display the name and capabilities of each specified file.
|
||||
> More information: <https://manned.org/getcap>.
|
||||
|
||||
- Get capabilities for the given files:
|
||||
|
||||
`getcap {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- 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