File: README

package info (click to toggle)
open 1.4-9
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 88 kB
  • ctags: 24
  • sloc: ansic: 242; makefile: 67; sh: 41
file content (20 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Open opens a new vt and runs a command on it. It can be used as a simple
way to start several console logins without having to type your passwd
on each VT in turn. open can be used as a simpler to use replacement for
the doshell(8) command.

open is similar in functionality to the AIX/RS6000 command of the same name.


To use open it must be installed setuid root (type make install; make
setuid) or all the VT device that are not allocated to getty should be
read/write by all, e.g.

chmod a=rw /dev/tty[5678]

Note, new in v1.1 -- is required to separate command/child options. See
the manual page.

Jon.