1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:02:08 +02:00

getcap: add page (#8578)

* Add getcap page for Linux OS

* Update getcap.md

* Update link to manned
This commit is contained in:
Saikat Sengupta 2022-10-02 17:56:56 +05:30 committed by GitHub
parent 34e93f10f7
commit e89c494850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/linux/getcap.md Normal file
View 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 ...}}`