|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
I have a process which was schedule to run from 8am - 6pm daily. The scripts will search & run the commands that i was predefined in the database. Ususally, there were about 6-7 jobs for each submission and each job takes about 1-2 hrs and running one by one. And, I have a cron job which will control the process's start and end time. However, when it is time to stop the process, my process will be killed instantly and so does the running jobs. And when the process starts again the next day, the job will run again. I would like to know if there is any way that I can at least keep my running job processing until it finished even my process has been killed? Thank you very much! |
| Sponsored Links |
|
|
|
|||
|
hi, linuxpenguin
yup, you are right, I've got what i expected using the 'nohup' in front the command, thank you very much for your help! ![]() |
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to monitor process running on server and posting a mail if any process is dead | pradeepmacha | Shell Programming and Scripting | 13 | 03-06-2009 07:33 AM |
| kill(0,-9) don't kill the process | umen | Programming | 9 | 06-19-2007 07:09 AM |
| how to start a process and make it sleep for 5 mins and then kill that process | shrao | Shell Programming and Scripting | 6 | 03-27-2007 01:54 PM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 05:24 PM |
| Kill Processes Running On a Particular Port | mahatma | UNIX for Advanced & Expert Users | 7 | 03-20-2006 07:50 AM |