Knowledge Base - FAQ
Question: How can I use another editor to setup cron jobs?The default editor for crontab is vi. To use another editor simply do the following from a bash shell (Default shell accounts are bash).
In this case we are setting pico as the editor.
export VISUAL='pico -w'
crontab -e
Last Modified: Jan 28, 2004




