Thursday, September 14, 2023

Change default crontab editor Ubuntu 18.04++

Method 1 by command

$ select-editor

Method 2 by user environment variable by command

$ export EDITOR=/path/to/editor

Ex:

$ export EDITOR=/usr/bin/nano

  • ตั้งค่า editor ให้กับ user ในระบบบางคน โดยไปเพิ่ม คำสั่ง export ในไฟล์ ~/.bashrc หรือ ~/.bash_profile เหมือน คำสั่งอื่นๆ นั่นแหละ
  • จากนั้น ให้มีผลทันทีโดยที่ไม่ต้อง logout ออกจากระบบ เลย ด้วยคำสั่ง

$ source ~/.bashrc

Ref

  • https://www.makeuseof.com/change-default-crontab-editor-linux/#:~:text=Using%20the%20select%2Deditor%20Command&text=Run%20the%20select%2Deditor%20command,corresponding%20number%20and%20press%20Enter.
  • https://askubuntu.com/questions/55022/changing-default-crontab-editor

No comments:

Post a Comment

Popular Posts