How can I set cron to run certain commands every one and a half hours?
added the following to my crontab and is working
15 */1 * * * root /usr/bin/some_script.sh >> /tmp/something.log