Timeline for Background processes in ksh script are disappearing after they are kicked off
Current License: CC BY-SA 3.0
12 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 14, 2023 at 6:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 7, 2022 at 7:07 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 23, 2022 at 14:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 22, 2022 at 23:09 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 24, 2021 at 4:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 4, 2020 at 2:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 1, 2020 at 0:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 30, 2020 at 13:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 24, 2017 at 7:45 | answer | added | Bass | timeline score: 0 | |
Jan 12, 2016 at 12:32 | comment | added | Stéphane Chazelas |
A difference between running something in background in an interactive shell (at the prompt) and running something in background in a non-interactive shell (like a script) is that something 's stdin will be /dev/null in the non-interactive case (some nohup implementations also do that). I'd run those scripts with ksh -x and check the logs.
|
|
Jan 12, 2016 at 12:30 | review | First posts | |||
Jan 12, 2016 at 12:39 | |||||
Jan 12, 2016 at 12:21 | history | asked | DyingFlutchman | CC BY-SA 3.0 |