Forrest logo
back to context overview

getcap

List of commands for getcap:

  • getcap:tldr:3a0bc getcap: Displays all searched entries even if no capabilities are set.
    $ getcap -v ${filename1 filename2 ---}
    try on your machine
    explain this command
  • getcap:tldr:85dfc getcap: Get capabilities for all the files recursively under the given directories.
    $ getcap -r ${path-to-directory1 path-to-directory2 ---}
    try on your machine
    explain this command
  • getcap:tldr:a0aec getcap: Get capabilities for the given files.
    $ getcap ${filename1 filename2 ---}
    try on your machine
    explain this command
back to context overview