Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/proc.refentry @ 2406:54182c17afa1
Added BBS and subfolders
author | boisy |
---|---|
date | Sun, 24 Jan 2010 18:44:57 +0000 |
parents | 4dae346c4969 |
children |
rev | line source |
---|---|
1012 | 1 <refentry id="proc"> |
2 <refnamediv> | |
3 <refname>PROC</refname> | |
4 <refpurpose>Display Processes</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>proc</command> |
1012 | 10 </cmdsynopsis> |
11 </refsynopsisdiv> | |
12 | |
13 <refsect1><title>Description</title> | |
14 <para> | |
15 Displays a list of processes running on the system. Normally only | |
16 processes having the user's ID are listed, but if the "-e" option is | |
17 given, processes of all users are listed. The display is a | |
18 "snapshot" taken at the instant the command is executed: processes | |
19 can switch states rapidly, usually many times per second. | |
20 </para> | |
21 <para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
1012
diff
changeset
|
22 <command>Proc</command> shows the user and process ID numbers, priority, state |
1012 | 23 (process status), memory size (in 256 byte pages), primary program |
24 module, and standard input path. | |
25 </para> | |
26 <para> | |
1093 | 27 For more information see: <xref linkend="sec5.1"/>, |
28 <xref linkend="sec5.2"/>, <xref linkend="sec5.3"/> | |
1012 | 29 </para> |
30 </refsect1> | |
31 <refsect1><title>Examples</title> | |
32 <para> | |
33 Level One Example: | |
34 </para> | |
35 <screen> | |
36 User# Id pty state Mem Primary module | |
37 ---- --- --- -------- --- -------------- | |
38 0 2 0 active 2 Shell | |
39 0 1 0 waiting 1 SysGo | |
40 1 3 1 waiting 2 Tsmon | |
41 1 4 1 waiting 4 Shell | |
42 1 5 1 active 64 Basic09 | |
43 </screen> | |
44 </refsect1> | |
45 </refentry> | |
46 |