logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Getcap - Display File Capabilities | Online Free DevTools by Hexmos

Display file capabilities with Getcap. Easily check file access rights and security attributes. Free online tool, no registration required.

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 ...}}

See Also