Timeline for Running multiple nohup commands in background
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 10, 2017 at 12:54 | comment | added | mootmoot | Yes, it is shell safe if you run the command using crond/crontab. But it is not pty/xterm/ssh safe. unix.stackexchange.com/questions/3886/… | |
| Mar 10, 2017 at 12:37 | comment | added | artyom | @mootmoot this works as intended, check this for yourself; commands won't receive SIGHUP when parent shell exits. | |
| Mar 8, 2017 at 9:16 | comment | added | mootmoot | This is a bad idea. When user logout from the console, it will kill the session. | |
| Mar 8, 2013 at 5:32 | comment | added | user33767 | Will check that out. But currently will go with answer from Giles where the command is wrapped with sh. Thanks anyway | |
| Mar 7, 2013 at 19:07 | review | Low quality posts | |||
| Mar 7, 2013 at 19:25 | |||||
| Mar 7, 2013 at 18:47 | history | answered | artyom | CC BY-SA 3.0 |