First edit crontab by following command: #crontab -e and add following line in crontab: 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /root/send.sh
You could also simply type:
*/5 * * * * /root/send.sh
This will run your command every five minutes. See the man page for crontab to see other supported time specifications.
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx http://www.simpaticus.com
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list