The filename of my crontab-file is "pi" and can be found in the folder /var/spool/crontabs/cron
When I login in as user pi on the raspberry and modify the crontab, saving fails with the error:
Code: Select all
crontab : installing new crontab
/var/spool/cron/:mkstemp:Permission denied
crontab:edits left in /tmp/crontab.BDN3RD/crontab
the owner of the file "pi" is pi
It seems that user pi when logged in with ssh is another user than user "pi" when logged into the raspberry directly.
What do I have to do to get my crontab running ?