http://unix.stackexchange.com – When I tried to "sudo su" instead of "sudo su -" after having been logged in as root and su-ing to another user, it tries to sudo me as the new user, but via root... When I type env, it shows still username=root in the environment. Is sudo not looking at the currently logged in user, but at the enviroment parameters? (HowTos)