Saturday, January 24, 2009
HowTo use Crontab (Basic commands)
Posted on 9:14 AM by Unknown
open the crontab editor:# crontab -eyou can use this variables:1 = Minute after the hour2 = the hour you want it done3 = Day of the Month4 = Month of the Year5 = Day of the week6 = 'command you want to execute'* = ALLExample:30 0 * * * /usr/local/aplicationIt will run the application every day at 12:30 AM.* * * - means all day of the month, all month of the year, all day of the weekOther
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment