2022-10-02 17:56:56 +05:30
|
|
|
# getcap
|
|
|
|
|
2025-05-02 00:32:14 +00:00
|
|
|
> Display the name and capabilities of each specified file.
|
2022-10-02 17:56:56 +05:30
|
|
|
> More information: <https://manned.org/getcap>.
|
|
|
|
|
|
|
|
- Get capabilities for the given files:
|
|
|
|
|
|
|
|
`getcap {{path/to/file1 path/to/file2 ...}}`
|
|
|
|
|
2022-10-03 17:31:45 +05:30
|
|
|
- Get capabilities for all the files recursively under the given directories:
|
|
|
|
|
|
|
|
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
|
|
|
|
|
2025-05-02 00:32:14 +00:00
|
|
|
- Display all searched entries even if no capabilities are set:
|
2022-10-02 17:56:56 +05:30
|
|
|
|
|
|
|
`getcap -v {{path/to/file1 path/to/file2 ...}}`
|