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

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 ...}}`