diff --git a/pages/linux/getcap.md b/pages/linux/getcap.md new file mode 100644 index 0000000000..b838190843 --- /dev/null +++ b/pages/linux/getcap.md @@ -0,0 +1,12 @@ +# getcap + +> Command to display the name and capabilities of each specified file. +> More information: . + +- 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 ...}}`