
This article explains - controlling the duration of scheduled jobs (at and cron jobs) under Linux using nice shell script tricks:
Say you need to debug a pesky problem by running some traces for 30 minutes at midnight, or you would just like to use your Linux system as an alarm clock. This tip helps you stop jobs, such as those started with the cron and at capabilities, after the jobs have run for a certain time, or when some other criteria are met.
Linux tip: Controlling the duration of scheduled jobs
Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!
- Email this to a friend
- Printable version
- Rss Feed
- Last Updated: Aug/2/2007
{ 1 comment… read it below or add one }
How to stop a Linux job after a certain time