Timeline for How to run multiple background jobs in linux?
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 30, 2022 at 14:16 | review | Suggested edits | |||
| May 30, 2022 at 15:30 | |||||
| Jun 30, 2020 at 6:04 | vote | accept | shuberman | ||
| Mar 12, 2018 at 10:20 | history | edited | alpha | CC BY-SA 3.0 | added 273 characters in body |
| Feb 13, 2018 at 22:34 | comment | added | Blrfl | @GerardH.Pille That all depends. Is the TOSTOP termio in effect? | |
| Feb 13, 2018 at 19:25 | comment | added | Gerard H. Pille | And what happens then, @Blrfl ? | |
| Feb 13, 2018 at 19:24 | comment | added | Gerard H. Pille | @MarkStewart Quite correct, I should add that to my answer. | |
| Feb 13, 2018 at 16:16 | comment | added | Mark Stewart | You need to nohup a process to prevent it from going away when you log off depending on the flavor of Unix; not sure on Linux, but on Solaris even if your process does not read/write to TTY it will die. | |
| Feb 13, 2018 at 15:10 | comment | added | Blrfl | @GerardH.Pille Those signals don't mean anything until a background process attempts to read or write a TTY. | |
| Feb 13, 2018 at 14:45 | comment | added | Gerard H. Pille | Does "SIGTTOU" mean anything to you? SIGTTIN? | |
| Feb 13, 2018 at 12:37 | comment | added | alpha | @GerardH.Pille under what circumstance? | |
| Feb 13, 2018 at 12:27 | comment | added | Gerard H. Pille | But it won't keep them running. | |
| Feb 13, 2018 at 11:25 | history | answered | alpha | CC BY-SA 3.0 |