How do I save and exit the file after I finished crontab -e? Thanks!
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Depends on what your EDITOR variable is set.
I suppose you use vi. In this case you can
close and save with [ESC]:x[RETURN]