Periodic Daemon
I am trying to have a daemon that will run periodically on my RHEL5 server (for example, once per hour). As far as shell scripting goes, I have found ample online resources and have written the script easily enough, and executing it isn't a problem. However, I do not know how to automatically execute the script periodically, and I have not yet found resources on the matter. Any guidance on this or pointers in the right direction would be greatly appreciated.
|