Change current user on Ubuntu
Published on July 18th, 2007 in Linux, Ubuntu
Since the command “su” won’t work on Ubuntu, unless you change the configuration, you can use “sudo -s -u” to change the current user to the one specified in.
Share ThisTrackback URL for this post:
http://www.yatblog.com/2007/07/18/change-user-on-ubuntu/trackback/
Sam Anderson September 6th, 2007
sudo su always worked for me…
at least as it applies to becoming root. I assume it would work for any user, though.