On July 25, 2015 11:01:19 AM EDT, Timo Buhrmester <fstd.l...@gmail.com> wrote: >> I am trying to install a user-specific crontab file: >Your crontabs are in /var/cron/tabs, to edit them you could use crontab -e.
Yes, but it should be possible to specify a file to replace it with. Try just "crontab .crontab" without any -u option. If that doesn't work, check the /etc/cron.{allow,deny} files. Eric