![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How many hours do you spend at unix.com a week ? | matrixmadhan | What's on Your Mind? | 22 | 2 Weeks Ago 12:45 PM |
| Crontab job on sunday with two week interval | tan.pham | AIX | 4 | 03-20-2008 03:50 AM |
| Difference in day-hours-minutes-seconds format | Sreejith_VK | Shell Programming and Scripting | 7 | 02-27-2008 02:04 AM |
| Schedule to run every 3 minutes - CRONTAB | prashanth_gs | SUN Solaris | 4 | 02-20-2007 07:52 AM |
| Convert minutes to hours, minutes, seconds | Vozx | Shell Programming and Scripting | 1 | 12-09-2005 01:24 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
crontab every 2 minutes, 24 hours and once a week
can someone please check my answers for the crontabs I am making
1. how would I set up a crontab tab executes every 2 minutes each and every day of the week? answer: 2 * * * * /path/to/file.pl <-- is this correct? 2. how would I set up a crontab that executes every 24 hours at 2am? answer: 0 2 * * * /path/to/file.pl <-- is this correct? 3. how would I set up a crontab that executes every week on Sunday at 3am? answer: 0 3 * * 0 /path/to/file.pl <-- this is correct, no? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|