File: pflags.8.asciidoc

package info (click to toggle)
python-linux-procfs 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: python: 773; makefile: 17
file content (35 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
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>