How to setup cron? 2025-04-02 I have a file named script.pl I need to run every five minutes. How would I set it to run every five minutes? I moved the file to /etc/cron.hourly but that only runs every hour. Thanks.