1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/getcap.md
Saikat Sengupta e89c494850
getcap: add page (#8578)
* Add getcap page for Linux OS

* Update getcap.md

* Update link to manned
2022-10-02 17:56:56 +05:30

332 B

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