Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/tsmon.refentry @ 2322:61fb37b19edd
Edition #3 - for vtio instead of cc3io Willard Goosey
author | aaronwolfe |
---|---|
date | Mon, 11 Jan 2010 04:20:41 +0000 |
parents | 4dae346c4969 |
children |
rev | line source |
---|---|
140 | 1 <refentry id="tsmon"> |
2 <refnamediv> | |
3 <refname>TSMON</refname> | |
4 <refpurpose>Timesharing monitor</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>tsmon</command> |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
140
diff
changeset
|
10 <arg choice="opt"><replaceable>pathlist</replaceable></arg> |
140 | 11 </cmdsynopsis> |
12 </refsynopsisdiv> | |
13 | |
14 <refsect1><title>Description</title> | |
15 <para> | |
16 This command is used to supervise idle terminals and initiate the | |
17 login sequence in timesharing applications. If a pathlist is given, | |
18 standard I/O paths are opened for the device. When a carriage return | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
19 is typed, <command>tsmon</command> will automatically call the <command>login</command> command. If the |
140 | 20 login fails because the user could not supply a valid user name or |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
21 password, it will return to <command>tsmon</command>. |
140 | 22 </para> |
23 <para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
24 Note: The <command>login</command> command and its password file must be present for |
1093 | 25 <command>tsmon</command> to work correctly (see the <command moreinfo="refentry">login</command> command description). |
140 | 26 </para> |
27 <refsect2> | |
28 <title>Logging Off the System</title> | |
29 <para> | |
30 Most programs will terminate when an end of file character (escape) | |
31 is entered as the first character on a command line. This will log | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
32 you off of the system and return control to <command>tsmon</command>. |
140 | 33 </para> |
34 <para> | |
1093 | 35 For more information see: <xref linkend="sec4.9"/>, <command moreinfo="refentry">login</command> |
140 | 36 </para> |
37 </refsect2> | |
38 </refsect1> | |
39 <refsect1><title>Examples</title> | |
40 <screen> | |
41 | |
42 OS9:tsmon /t1& | |
43 &005 | |
44 </screen> | |
45 </refsect1> | |
46 </refentry> | |
47 |