1分毎に rootユーザ で /path/to/command を実行する * * * * * root /path/to/command 5時1分に rootユーザ で /path/to/command を実行し、/path/to/log/hoge.log にログを吐く 1 5 * * * root /path/to/command >> /path/to/log/hoge.log 1時5分, 2時5分, 3時5分, …, 20時5分に wwwユーザ で /path/to/command を実行する 5 1-20 * * * www /path/to/command 1時5分から20時5分まで5時間おきに wwwユーザ で /path/to/command を実行する 5 1-20/5 * * * www /path/to/command 1時5分, 2時5分, …, 5時5分までと、1