crontab -l > $HOME/mycon
vi $HOME/mycron
(add your job)
crontab $HOME/mycron
You do have to be aware that Linux extends traditional cron syntax- so there differences in the line you add- read the man page for crontab
Also- Linux encourages editing crontabs directly because cron watches for changes- traditional nix cron does NOT watch- so the procedure above is necessary.
Tony Lawrence
SCO Unix/Linux Resources
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.