snippetbashTip
getcap — Display the name and capabilities of each specified file. More information: <https://manned.org/getc
Viewed 0 times
thecommandgetcapandnamecapabilitiesclidisplay
linux
Problem
How to use the
getcap command: Display the name and capabilities of each specified file. More information: <https://manned.org/getcap>.Solution
getcap — 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 ...}}Get capabilities for all the files recursively under the given directories:
getcap -r {{path/to/directory1 path/to/directory2 ...}}Display all searched entries even if no capabilities are set:
getcap -v {{path/to/file1 path/to/file2 ...}}Code Snippets
Get capabilities for the given files
getcap {{path/to/file1 path/to/file2 ...}}Get capabilities for all the files recursively under the given directories
getcap -r {{path/to/directory1 path/to/directory2 ...}}Display all searched entries even if no capabilities are set
getcap -v {{path/to/file1 path/to/file2 ...}}Context
tldr-pages: linux/getcap
Revisions (0)
No revisions yet.