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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
1 <refentry id="proc">
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
2 <refnamediv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
3 <refname>PROC</refname>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
4 <refpurpose>Display Processes</refpurpose>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
5 </refnamediv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
6
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
7 <refsynopsisdiv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
9 <command>proc</command>
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
10 </cmdsynopsis>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
11 </refsynopsisdiv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
12
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
13 <refsect1><title>Description</title>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
14 <para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
15 Displays a list of processes running on the system. Normally only
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
16 processes having the user's ID are listed, but if the &quot;-e&quot; option is
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
17 given, processes of all users are listed. The display is a
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
18 &quot;snapshot&quot; taken at the instant the command is executed: processes
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
19 can switch states rapidly, usually many times per second.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
20 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
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
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
23 (process status), memory size (in 256 byte pages), primary program
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
24 module, and standard input path.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
25 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
26 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
27 For more information see: <xref linkend="sec5.1"/>,
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
28 <xref linkend="sec5.2"/>, <xref linkend="sec5.3"/>
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
29 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
30 </refsect1>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
31 <refsect1><title>Examples</title>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
32 <para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
33 Level One Example:
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
34 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
35 <screen>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
36 User# Id pty state Mem Primary module
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
37 ---- --- --- -------- --- --------------
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
38 0 2 0 active 2 Shell
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
39 0 1 0 waiting 1 SysGo
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
40 1 3 1 waiting 2 Tsmon
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
41 1 4 1 waiting 4 Shell
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
42 1 5 1 active 64 Basic09
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
43 </screen>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
44 </refsect1>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
45 </refentry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
46