User`s guide
TCP/IP Multishell
________________________________________________________________
TCP/IP AXEL Platine Terminal 85
Example:
$ tcpmsh -n 4 <CR>
9.4.9 - '-p' Option: Predefined Pseudo-Terminals
It is possible to use a fixed set of pseudo-terminals, which are listed in a
parameter file which is named as the argument to the ā-pā option. Each line of
the file lists the ptty dedicated to its view (8 lines maximum):
1
st
line view 1
2
nd
line view 2
... ... ...
8
th
line view 8
Example: the predef file
ptyp2
ptyp5
ptyp6
ptyp8
The command line would be as follows:
$ tcpmsh -p predef <CR>
In this example, 4 views are defined by the predef file: ptyp2 is assigned to
view 1, ptyp5 is assigned to view 2, ptyp6 is assigned to view 3 and ptyp8 is
assigned to view 4.
Note: this option is not available with the AT&T UNIX System.
9.4.10 - '-S' Option: Select a Shell
According to the version of UNIX used, different shells are available (
sh
,
ksh
,
rsh
, etc.). This option allows selection of a shell other than the default one.
The shell name follows the
-S option
.
Example:
$ tcpmsh -S ksh <CR>