![]() |
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 |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crontab every 2 minutes, 24 hours and once a week | Bobafart | UNIX for Dummies Questions & Answers | 6 | 05-17-2007 10:08 AM |
| Crontab Job - Schedule | prashanth_gs | SUN Solaris | 7 | 12-04-2006 05:03 AM |
| Convert minutes to hours, minutes, seconds | Vozx | Shell Programming and Scripting | 1 | 12-09-2005 01:24 AM |
| How to schedule a job | ashvik | UNIX for Advanced & Expert Users | 5 | 09-22-2005 07:53 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 |
|
||||
|
Schedule to run every 3 minutes - CRONTAB
Hello all,
I want to run a script every 3 minutes in os level and to send mail. I scheduled in crontab as 3 * * * * /mnt1/monitorscripts/testdbstart.sh I got mail every one hour and I confirmed that the script is running every 1 hour which doesn't meet my requirment. Where I am wrong? Did I scheduled in crontab properly? Please advice OS: sun solaris 5.2 Thanks and Regards, Prashanth |
|
||||
|
Your example is for 3mins after EVERY HOUR...
Do a man on crontab for more info: crontab Entry Format A crontab file consists of lines of six fields each. The fields are separated by spaces or tabs. The first five are integer patterns that specify the following: minute (0-59), hour (0-23), day of the month (1-31), month of the year (1-12), day of the week (0-6 with 0=Sunday). 3,6,9,12,15,youGETtheIDEA * * * * /mnt1/monitorscripts/testdbstart.sh |
|
||||
|
Ok..Thanks for your information and time.
Thanks and Regards, Prashanth |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|