1GETPCAPS(8) System Manager's Manual GETPCAPS(8)
2
3
4
6 getpcaps - display process capabilities
7
9 getpcaps [optional args] pid...
10
12 getpcaps displays the capabilities on the processes indicated by the
13 pid value(s) given on the command line. A pid of 0 displays the capa‐
14 bilities of the process that is running getpcaps itself.
15
16 The capabilities are displayed in the cap_from_text(3) format.
17
18 Optional arguments:
19
20 --help or --usage
21 Displays usage information and exits.
22
23 --ugly or --legacy
24 Displays output in a somewhat ugly legacy format.
25
26 --verbose
27 Displays usage in a legacy-like format but not quite so ugly in
28 modern default terminal fonts.
29
31 capsh(1), capabilities(7), getcap(8), setcap(8)
32
34 This manual page was originally written by Robert Bihlmeyer
35 <robbe@debian.org>, for the Debian GNU/Linux system (but may be used by
36 others).
37
38
39
40
41 2020-01-04 GETPCAPS(8)