I need to set up a cron job that runs an executable compiled using gcc once every hour.
I logged in as root and typed crontab -e
crontab -e
Then I entered
You can also use @hourly instant of 0 * * * *
@hourly
0 * * * *