Ao contrário dos crontabs do usuário, os trabalhos em /etc/cron.d
(como aqueles no arquivo crontab do sistema /etc/crontab
) precisam de um campo adicional para especificar o usuário, por exemplo.
* * * * * root touch /var/www/html/myFile
De man 8 cron
:
Additionally, in Debian, cron reads the files in the /etc/cron.d direc‐
tory. cron treats the files in /etc/cron.d as in the same way as the
/etc/crontab file (they follow the special format of that file, i.e.
they include the user field).