Linux / Unix – crontab: no crontab for user using an empty one error and solution
The error “crontab: no crontab for user using an empty one” occurs when you try to edit the crontab file of a user that doesn’t have a crontab file yet. The solution is to create a new crontab file for the user: Open a terminal window. Run the following command to create a new crontab … Read more