[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Environment and Sudo



>Commands invoked using sudo do not receive/honor environment items or 
>aliases. 
>Example would be the alias vi="vim". Invoking normally will run vim, invoking 
>using sudo vi will get the "other" vi.

>Is there something else I need in /etc/profile or some .bashrc?

So for security reasons, the env is being cleansed. Posted was a
Defaults  !env_reset
line at head of the sudoers file.

Maybe this does indeed keep env entries. What does one do about aliases, such 
as
rm="rm -i"
vi="vim"

and such?



Reply to: