1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
pflags(8)
===========
NAME
----
pflags - Print process flags
SYNOPSIS
--------
pflags [PID] [NAME]
DESCRIPTION
-----------
This script prints process flags and is written purely in python
using the python-linux-procfs package
OPTIONS
-------
PID::
Is the process ID to be queried
NAME::
Is the name of the process to be queried
AUTHORS
-------
Arnaldo Carvalho de Melo <acme@redhat.com>
Man page written by Stewart Ferguson <stew@ferg.aero>
|