![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Schedule to run every 3 minutes - CRONTAB | prashanth_gs | SUN Solaris | 4 | 02-20-2007 07:52 AM |
| Crontab Job - Schedule | prashanth_gs | SUN Solaris | 7 | 12-04-2006 05:03 AM |
| schedule many jobs using cron | sireesha15 | UNIX for Dummies Questions & Answers | 1 | 11-28-2006 11:20 PM |
| Script Schedule Scrutiny | geralex2 | Shell Programming and Scripting | 2 | 08-29-2006 03:52 AM |
| schedule dial-out different ISP's | Hansaplast | UNIX for Dummies Questions & Answers | 2 | 01-15-2002 03:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Was looking at the job scheduling query and recalled a requirement that I had. It seems in the cron format you cant specify time incrementally i.e. if i want to run sthing every 2 minutes, the only option i have is to enter a command like this:
00,02,04,06,08,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * * $HOME/file.sh Is there a better way? |
|
||||
|
How to Schedule a job
hai ,
go to /etc open crontab specify * * * * * roots /a/b/c/program name the stars will be 1. minutes 2.hours. 3.day of the week 4.day of the month 5.month of the year according what u specfied u can run the job ![]() |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|