mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 04:48:01 +00:00
Update cheatsheets
This commit is contained in:
21
linux/getcap
Normal file
21
linux/getcap
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ...}}`
|
||||
|
||||
- Get capabilities for all the files recursively under the given directories:
|
||||
|
||||
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Displays all searched entries even if no capabilities are set:
|
||||
|
||||
`getcap -v {{path/to/file1 path/to/file2 ...}}`
|
||||
Reference in New Issue
Block a user