annotate docs/nitros9guide/tsmon.refentry @ 140:35dd8ae53dee

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000
parents
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="tsmon">
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>TSMON</refname>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Timesharing monitor</refpurpose>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
6
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>TSMON</command>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">&replstart;pathlist&replend;</arg>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
11 </cmdsynopsis>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
12 </refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
13
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
14 <refsect1><title>Description</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
15 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
16 This command is used to supervise idle terminals and initiate the
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
17 login sequence in timesharing applications. If a pathlist is given,
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
18 standard I/O paths are opened for the device. When a carriage return
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
19 is typed, TSMON will automatically call the &quot;LOGIN&quot; command. If the
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
20 login fails because the user could not supply a valid user name or
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
21 password, it will return to TSMON.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
22 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
23 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
24 Note: The LOGIN command and its password file must be present for
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
25 TSMON to work correctly (see the LOGIN command description).
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
26 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
27 <refsect2>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
28 <title>Logging Off the System</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
29 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
30 Most programs will terminate when an end of file character (escape)
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
31 is entered as the first character on a command line. This will log
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
32 you off of the system and return control to TSMON.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
33 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
34 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
35 For more information see: 2.5, LOGIN
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
36 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
37 </refsect2>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
38 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
39 <refsect1><title>Examples</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
40 <screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
41
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
42 OS9:tsmon /t1&amp;
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
43 &amp;005
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
44 </screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
45 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
46 </refentry>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
47