On Wed, 2005-02-23 at 11:21 +0200, Michael Green wrote: > Consider this: > > [root@wiccproto ~]# sudo which vi > /bin/vi > [root@wiccproto ~]# which vi > alias vi='vim' > /usr/bin/vim > That can be an issue. The default environment points the vi command to vim, but sudo does not use the default environment. Hmmmmm.