Add pancyrillic font
[platform/upstream/kbd.git] / src / README.openvt
1
2 openvt opens a new vt and runs a command on it. It can be used as a simple
3 way to start several console logins without having to type your passwd
4 on each VT in turn.
5
6 openvt can be used as a simpler to use replacement for the doshell(8) command.
7
8 openvt is similar in functionality to the AIX/RS6000 command open.
9
10
11 To use openvt it must be installed setuid root (type make install; make
12 setuid) or all the VT device that are not allocated to getty should be
13 read/write by all, e.g.
14
15 chmod a=rw /dev/tty[5678]
16
17 Note, new in v1.1 -- is required to separate command/child options. See
18 the manual page.
19
20 Jon.
21