In this tutorials, we will show you how to change the crontab editor with nano.
Requirements :
- Dedicated Server
- root access
Install nano package on your server
CentOS
yum install nano -y
Ubuntu
apt-get install nano -y
Change the crontab editor
export EDITOR=nano
Use crontab with nano
crontab -e
Add your cronjob, edit/save and use all the nano commands