Background process and SIGHUP
- by Charles Salvia
My understanding is that a program that is associated with a terminal will receive the SIGHUP signal if that terminal is closed. This usually will terminate the program.
I also know that you can use the nohup command along with the & symbol to run the program in the background, and disassociate it from the terminal so that the program is not…