Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

init(1M)

vhangup(2)

NAME

vhangup − virtually “hangup” the current controlling terminal

SYNOPSIS

void vhangup(void);

DESCRIPTION

vhangup() is used by the initialization process init(1M) (among others) to arrange that users are given “clean” terminals at login, by revoking access of the previous users’ processes to the terminal.  To effect this, vhangup() searches the system tables for references to the controlling 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 or EIO).  Finally, a SIGHUP (hangup signal) is sent to the process group of the controlling terminal. 

SEE ALSO

init(1M)

BUGS

Access to the controlling terminal using /dev/tty is still possible. 

This call should be replaced by an automatic mechanism that takes place on process exit. 

SunOS 5.1/x86  —  Last change: 29 Jul 1991

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026