I am using redhat 8 and having a bit of trouble with setting up cron jobs.
I would like a program to run every hour so I added a file to /etc/cron.hourly >> Inside the file i put

#!/bin/sh
/path/to/file [ this is what it had for my log rotater and that seems to run properly ]

Well an hour has gone by and it has not run. I have checked google but all I could find was about crontabs and I am using the cron.hourly so that doesnt help. Anyways if anyone knows what I am doing wrong can you stear me in the right direction please