Skip to content
EntityQ4048754· pop 5· linked from 18 articles

On POSIX-compliant platforms, SIGHUP ("signal hang up") is a signal sent to a process when its controlling terminal is closed. It was originally designed to notify the process of a serial line drop. SIGHUP is a symbolic constant defined in the header file signal.h.

~4 min read

Article

5 sections
Contents
  • History
  • Modern usage
  • Details
  • See also
  • References

On POSIX-compliant platforms, SIGHUP ("signal hang up") is a signal sent to a process when its controlling terminal is closed. It was originally designed to notify the process of a serial line drop. SIGHUP is a symbolic constant defined in the header file signal.h.

==History== thumb|A hangup was often the result of a connected user physically hanging up the modem Access to computer systems for many years consisted of connecting a terminal to a mainframe system via a serial line and the RS-232 protocol. When a system of software interrupts, called signals, was being developed, one of those signals was designated for use on hangup.

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories