Timeline for Running multiple nohup commands in background
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 6, 2022 at 16:29 | comment | added | Gilles 'SO- stop being evil' | @M.O. Yes. nohup has no effect on what can run concurrently. It only affects whether the program risks getting killed when its terminal disappears. | |
| Oct 6, 2022 at 15:36 | comment | added | M.O. | If I am running the commands on a server and I already submitted one command with nohup, if I open a new terminal connection to the server and do the second command with nohup will it run both simultaneously? | |
| Mar 8, 2013 at 5:27 | comment | added | user33767 | Thanks. It is working fine. Yeah, thats what I was thinking , after making the first cmd go to background, it does not affect the second command, which starts even though I wanted it to wait for the first command to finish. I need to read the manual about sending command to background. | |
| Mar 7, 2013 at 18:52 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |