How to set cronjob/crontab in server using command prompt. Give sample command or sample links.
feedback
|
migrated from stackoverflow.com Aug 19 '09 at 0:56
This question came from our site for professional and enthusiast programmers.
edit crontab interactively with your default editor
replace crontab with contents of given file General usage help is displayed if you run crontab without arguments, for example:
More help available via "man crontab". | |||
feedback
|
will work wonders when you’re trying to edit your crontab. | |||
|
feedback
|
|
The pimlottc's answer looks perfect(+1). But I will left you a link to a little tutorial because you asked for it. cron&crontab-howto | |||
feedback
|