PDA

View Full Version : Cron Job "Command" Field explanation



survice
06-29-2009, 07:15 PM
Hello,

What does the "command" field under cron job do ?

When do i need to fill anything in there ?

Regards,

Survice

tillo
06-30-2009, 01:51 AM
It's a shell command.
Quoting Wikipedia, "Cron is driven by a crontab, a configuration file that specifies shell commands to run periodically on a given schedule." -- how would you specify a shell command to run without having a "command" field? :)