1838576 Members
4270 Online
110128 Solutions
New Discussion

Re: How to use cron

 
SOLVED
Go to solution
Nancy Calderón
Occasional Contributor

How to use cron

Hi,

Could you please tell me the way to program a cron job?

I mean the clear sintaxis, because the man page is not clear.
What does the fields of the command mean?

Thanks for your help.
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: How to use cron

crontab -l

displays the cron schedule

crontab -e edits it.

man cron

tells you quite effictively how to set up a schedule.

http://www1.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB3921-90010%2Fcrontab.1.html&aid=SEARCH_MANUAL&pil=2&serStr=crontab

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Nancy Calderón
Occasional Contributor

Re: How to use cron

Thanks a lot for your help, certainly the man page you sent me is quite clear to me.

Nancy Calderón
Occasional Contributor

Re: How to use cron

Close Thread