December 5, 2004
Crontab an old friend
Its been a while, but this week I had an opportunity for a refresher course in cron and aix (on the job learning of course). For those of you who are unfamiliar, cron is the scheduling utility in UNIX.
So to edit crontab, the command is crontab -e
To list crontab, the command is crontab -l
To view the job status of cron, the command is crontab -v
To remove the crontab file for your user, the command is crontab -r
The format on aix is as follows
- The minute the job is to be run (0-59)
- The hour the job is to be run (0-23)
- The day of the month the job is to be run (1-31)
- The month the job is suppose to be run (1-12)
- The day of the week for the job. (0 - 6 respectively equates to Sunday through Saturday)
- The shell command
For for midnight during the weekdays, and example would be
0 0 * * 1-5 /shellcommand.sh
An astrick (*) equates to all values, e.g., every hour, every day, every month, etc.
A pound sign (#) comments out the line.
To list who can access your cron file, /var/adm/cron/cron.allow file, and to deny access, /var/adm/cron/cron.deny.
Also to view all processes on a machine running the command is ps -elf.
Finally passed the test
Managing in light of McGregor's Theory X and Theory Y
CMMI
Kicking HIT Leadership Up a Notch
That's just some mumbo jumbo project management BS
Outcomes - The tactic to get to the strategy
Nurse Call, VOIP, and Wi-Fi: Its just cool when things come together!
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
August 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
November 2005
October 2005
September 2005
August 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
Joel on Software
David Ross
Edward Prevost
Martin Fowler
The Health Care Blog
The Tales of Hoffman
The Business Word
Medical Rants
Christina's Considerations
Paul Levy
HIS Talk
Appropriate IT
Candid CIO
RSS feed




