22
Jul
Posted by krisgale as linux
use any editor of your choosing to modify crontab… at your command prompt (assuming you are root), type:
EDITOR=nano
export EDITOR
now, when you crontab -e that editor (in this case, nano) will be used instead of vi. what a relief!
RSS feed for comments on this post · TrackBack URI
Leave a reply