VHANGUP(2) — SYSTEM CALLS
NAME
vhangup − virtually “hangup” the current control terminal
SYNOPSIS
vhangup()
DESCRIPTION
vhangup() is used by the initialization process init(8) (among others) to arrange that users are given “clean” terminals at login, by revoking access of the previous users’ processes to the terminal. To affect this, vhangup() searches the system tables for references to the control terminal of the invoking process, revoking access permissions on each instance of the terminal that it finds. Further attempts to access the terminal by the affected processes will yield I/O errors (EBADF). Finally, a SIGHUP (hangup signal) is sent to the process group of the control terminal.
SEE ALSO
BUGS
Access to the control terminal using /dev/tty is still possible.
This call should be replaced by an automatic mechanism that takes place on process exit.
Solbourne Computer, Inc. — 12 Dec 1990