Search Results

Search: Posts Made By: rvenkam
3,606
Posted By rvenkam
kill -9 `ps -ef | grep <path to script started at...
kill -9 `ps -ef | grep <path to script started at midnight> | awk '{ print $2 }'

but this will kill the appln itself and not the cron job associated with it!

correct me if my understanding...
3,606
Posted By rvenkam
thanks for the reply. i have added a cron...
thanks for the reply.

i have added a cron entry to monitor the appln in the crontab file like this
0 0 * * * <path where appln file is present>

The appln will strt at 12 midnight everyday and...
3,606
Posted By rvenkam
Monitor via crontab
Hi ,

I have a configuration file which i have to monitor via a crontab.
Now i should be able to control the first cron job via a second one i start depending on the start time and stop time in...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy