Debian系統在使用crontab預設的編輯器是nano,用起來很不方便,該如何進行切換呢?
root@debian:~# update-alternatives --config editor 
There are 8 choices for the alternative editor (providing /usr/bin/editor). 
  Selection    Path                Priority  Status 
------------------------------------------------------------ 
  0            /usr/bin/joe        70        auto mode 
* 1            /bin/nano            40        manual mode 
  2            /usr/bin/jmacs      50        manual mode 
  3            /usr/bin/joe        70        manual mode 
  4            /usr/bin/jpico      50        manual mode 
  5            /usr/bin/jstar      50        manual mode 
  6            /usr/bin/rjoe        25        manual mode 
  7            /usr/bin/vim.basic  30        manual mode 
  8            /usr/bin/vim.tiny    10        manual mode 
Press enter to keep the current choice[*], or type selection number: 8
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/editor (editor) in manual mode.
輸入命令之後,提示選擇,根據自己喜好進行選擇即可,這裡我選擇的是VI編輯器,輸入8。
現在crontab編輯器已經變成了VI。
如果沒有切換成功,請手動重啟一下服務:/etc/init.d/cron restart
在CentOS 6.2上搭建Vim開發環境 
Vim 7.4a 發布,全新更快的Regex引擎 
CentOS 5.4 安裝高亮Vim編輯工具 
Vim技巧分享:C語言設定 
Ubuntu中設定Vim的行號