Hi, I want to use crontab from a user that isn't root. But it doesn't work:
heryro@debian:/etc/cron.d$ crontab -e
/var/spool/cron/crontabs/heryro: Permission denied
So I created a /etc/cron.allow and added my username in the first line. Unfortunately this didn't work.
How do I give a non-root-user cron?