cm0002@infosec.pub to Programmer Humor@programming.dev · 4 months agoClosing programsinfosec.pubimagemessage-square129linkfedilinkarrow-up1746
arrow-up1746imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 4 months agomessage-square129linkfedilink
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up9·4 months agoHistorical context, delivery, and handling. HUP—hang up—is sent to indicate the TTY is closed. TERM—terminate— is sent by request. What happens when received is usually up to the process. Most of them just leave the defaults, which is to exit.
Historical context, delivery, and handling.
HUP—hang up—is sent to indicate the TTY is closed.
TERM—terminate— is sent by request.
What happens when received is usually up to the process. Most of them just leave the defaults, which is to exit.