How can I run command every six hours every day?
I tried the following, but it did not work:
/6 * * * * * mycommand
0 */6 * * *
crontab every 6 hours is a commonly used cron schedule.