logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

getpcaps - display process capabilities

Author

       This  manual page was originally written by Robert Bihlmeyer <robbe@debian.org>, for the Debian GNU/Linux
       system (but may be used by others).

                                                   2020-08-29                                        GETPCAPS(8)

Description

getpcaps  displays  the  capabilities on the processes indicated by the pid value(s) given on the command
       line.  A pid of 0 displays the capabilities of the process that is running getpcaps itself.

       The capabilities are displayed in the cap_from_text(3) format.

       Optional arguments:

       --help or --usage
              Displays usage information and exits.

       --ugly or --legacy
              Displays output in a somewhat ugly legacy format.

       --verbose
              Displays usage in a legacy-like format but not quite so ugly in modern default terminal fonts.

       --iab  Displays IAB tuple capabilities from the process. The  output  format  here  is  the  text  format
              described in cap_iab(3). Double quotes encase the regular process capabilities and square brackets
              encase the IAB tuple. This format is also used by captree(8).

Name

       getpcaps - display process capabilities

Reporting Bugs

       Please report bugs via:

       https://bugzilla.kernel.org/buglist.cgi?component=libcap&list_id=1090757

See Also

capsh(1), cap_from_text(3), cap_iab(3), capabilities(7), captree(8), getcap(8), and setcap(8).

Synopsis

getpcaps [optional args] pid...

See Also