procps/lib
Aristeu Rozanski de7b3b9222 pgrep: introduce support for namespaces
A PID should be specified with --ns:
	$ pgrep --ns 12345
which will only match the processes which belong to to the same 6
namespaces. It is also possible to specify which namespaces to test:
	$ pgrep --ns 12345 --nslist mnt,net,ipc
which will match processes that belong to the same mount, network and
IPC namespaces as PID 12345.

Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
2013-04-16 15:05:31 -04:00
..
.gitignore lib: add fileutils file with stream error checking facility 2012-03-23 15:57:41 +01:00
fileutils.c lib/fileutils: fix compiler warnings 2012-11-06 22:28:30 +11:00
Makefile.am lib: add fileutils file with stream error checking facility 2012-03-23 15:57:41 +01:00
nsutils.c pgrep: introduce support for namespaces 2013-04-16 15:05:31 -04:00
strutils.c miscellaneous: clean up trailing whitespace throughout 2013-03-14 12:36:47 +01:00