140
|
1 <refentry id="tsmon">
|
|
2 <refnamediv>
|
|
3 <refname>TSMON</refname>
|
|
4 <refpurpose>Timesharing monitor</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
|
9 <command>TSMON</command>
|
|
10 <arg choice="opt">&replstart;pathlist&replend;</arg>
|
|
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
|
|
19 is typed, TSMON will automatically call the "LOGIN" command. If the
|
|
20 login fails because the user could not supply a valid user name or
|
|
21 password, it will return to TSMON.
|
|
22 </para>
|
|
23 <para>
|
|
24 Note: The LOGIN command and its password file must be present for
|
|
25 TSMON to work correctly (see the LOGIN command description).
|
|
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
|
|
32 you off of the system and return control to TSMON.
|
|
33 </para>
|
|
34 <para>
|
|
35 For more information see: 2.5, LOGIN
|
|
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
|