Thought I'd share this mistake I made with a crontab. Wanted an RSS feed update job to run every other hour, so entered ... #m h dom mon dow command * */2 * * * /usr/bin/php -f /var/www/html/nextcloud/cron.php into the appropriate crontab. See the mistake? It isn't spacing.