Showing posts with label crontab. Show all posts
Showing posts with label crontab. Show all posts

Sunday, April 18, 2010

Add a job to crontab that runs every minute on AIX

  • crontab -e
  • 0-59 * * * * hobba
crontab -e: opens a text file (via vi) to add your job
0-59: is to run every minute
hobba: is the command to run, it's either a Unix command or a script

crontab logs on AIX 5.3

/var/adm/cron/log

Tuesday, February 23, 2010

How to edit scheduled jobs (crontab) on AIX

A very useful link: http://publib.boulder.ibm.com/infocenter/discover/v8r4/index.jsp?topic=/com.ibm.discovery.ds.publish.doc/c_UG_Configuring_Cron_Job.htm