skill: support namespaces
In the same fashion of pgrep, introduce two new options: --ns <pid> - nslist <ns,...> which allows processes to be filtered by namespace. Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
This commit is contained in:
7
skill.1
7
skill.1
@ -77,6 +77,13 @@ The next expression is a process ID number.
|
||||
.TP
|
||||
\fB\-c\fR, \fB\-\-command\fR \fIcommand\fR
|
||||
The next expression is a command name.
|
||||
.TP
|
||||
\fB\-\-ns \fIpid\fR
|
||||
Match the processes that belong to the same namespace as pid.
|
||||
.TP
|
||||
\fB\-\-nslist \fIns,...\fR
|
||||
list which namespaces will be considered for the --ns option.
|
||||
Available namespaces: ipc, mnt, net, pid, user, uts.
|
||||
.PD
|
||||
.SH SIGNALS
|
||||
The behavior of signals is explained in
|
||||
|
Reference in New Issue
Block a user