Timeline for Does nohup try to arrange for the program not to have a controlling terminal?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 28, 2018 at 0:14 | vote | accept | Tim | ||
| May 26, 2018 at 22:34 | answer | added | JdeBP | timeline score: 6 | |
| May 26, 2018 at 21:23 | comment | added | Stephen Kitt | I’m hoping Gilles will answer... I had a look at coreutils’ nohup, and it doesn’t seem to do anything special with regard to the controlling terminal, beyond replacing standard input, output and error if they’re terminals. Under Linux, explicitly changing the controlling terminal or detaching from it typically involves setsid or the TIOCNOTTY ioctl (see man 2 setsid and man 4 tty). | |
| May 26, 2018 at 21:13 | history | asked | Tim | CC BY-SA 4.0 |