|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
cron wih * * * * * a task, what is that mean?
if crontab -e
cron wih * * * * * a task, what is that mean?
__________________
regards, wish to use AT 89c51 single chip computer to do remote sensing and send the data back from woods to office via nokie 3330 and internet. HOW? first I must revise C program thro' example, what's next? |
|
#2
|
|||
|
|||
|
man 5 crontab will help you out immensley
In short, each * indicates a certain time frame. Those fields represent: minute 0-59 hour 0-23 day of month 1-31 month 1-12 day of week 0-7 So, 0 * * * * /bin/script would run /bin/script every hour on the hour |
|
#3
|
|||
|
|||
|
ths!
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > cron wih * * * * * a task, what is that mean? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|