1PSCAP:(8) System Administration Utilities PSCAP:(8)
2
3
4
6 pscap - a program to see capabilities
7
9 pscap [ -a ]
10
12 pscap is a program that prints out a report of process capabilities. If
13 the application has any capabilities, it will be in the report with the
14 exception of init. By giving the -a command line option, init will be
15 included, too. If a process is not in the report, it has dropped all
16 capabilities. If the process has partial capabilities, it is further
17 examined to see if it has an open-ended bounding set. If this is found
18 to be true, a '+' symbol is added. If the process has ambient capabili‐
19 ties, a '@' symbols is added.
20
21 The command name in the output may be followed by an asterisk mark (*).
22 This mark denotes processes which run in child user namespaces (rela‐
23 tive to the user namespace of pscap itself).
24
25
27 netcap(8), filecap(8), capabilities(7), ps(8).
28
29
31 Steve Grubb
32
33
34
35Red Hat Sept 2020 PSCAP:(8)