How can I run command every six hours every day?
I tried the following, but it did not work:
/6 * * * * * mycommand
Try:
0 */6 * * * command
. * has to