From e89c494850edb3983b1fadb9bb5ef716b7dec1ed Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+saikatsgupta@users.noreply.github.com> Date: Sun, 2 Oct 2022 17:56:56 +0530 Subject: [PATCH] getcap: add page (#8578) * Add getcap page for Linux OS * Update getcap.md * Update link to manned --- pages/linux/getcap.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/getcap.md 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 ...}}`