Crontab'ı Klasik Editör Yerine Nano Editör ile Düzenlemek

When I run the crontab -e command, an editing screen appears with an editor I am not familiar with (it could be vim, etc.).

EDITOR=nano crontab -e

By running the command above in SSH, the cron can be edited directly with the nano editor instead of the editor that appears in crontab -e.