Jun 29, 2001 #1 bkonner MIS Apr 28, 2001 101 US Howdy, Does any one know if the at command has a flag that will have a job run every day? Thanks
Jun 30, 2001 1 #2 baronova Technical User Jun 27, 2001 2 US Hello, Sounds like you need cron. It isn't that hard to figure out and if you've installed Webmin, there's a graphical way to do it. Check out http://www.redhat.com/support/docs/tips/cron/cron.html Using Google to search for "cron tutorial" will probably turn up something. One thing, I always like to make a backup of my crontab with: crontab -l >$HOME/mycron Because crontab -r (remove) is way too close to crontab -e (edit). Hope this helps. baronova Upvote 0 Downvote
Hello, Sounds like you need cron. It isn't that hard to figure out and if you've installed Webmin, there's a graphical way to do it. Check out http://www.redhat.com/support/docs/tips/cron/cron.html Using Google to search for "cron tutorial" will probably turn up something. One thing, I always like to make a backup of my crontab with: crontab -l >$HOME/mycron Because crontab -r (remove) is way too close to crontab -e (edit). Hope this helps. baronova
Jun 30, 2001 Thread starter #3 bkonner MIS Apr 28, 2001 101 US Hey buddy, Thanks, this was a snap and so much easier than at!! bkonner Upvote 0 Downvote