Report this

What is the reason for this report?

"Crontab" command halts my linux kali terminal each time i try to edit/create a cronjob using command: crontab -e

Posted on January 2, 2017

I tried the following codes:

  1. crontab -e: Pressing enter shows the following: no crontab for root - using an empty one 888

Post this we cannot do anything. We cannot save anything.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

One thing is crontab -e and /etc/crontab are different files, it’s creating a dummy file when you run -e. I would open up the cron file and edit it manually to see if that works.

You might also find this debugging info helpful. http://serverfault.com/questions/449651/why-is-my-crontab-not-working-and-how-can-i-troubleshoot-it

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.