By Huy Tran on April 20, 2008
First, I want to add a user. So how to do it?
+ To add user:
sudo adduser <username>
to add password for your user
sudo passwd <username>
+ How can i switch from one user to another one? In this example, i want to switch from one user to another one.
su <username>
and type in your password to login
after that, [...]
Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged add, command, delete, sudo, switch, Ubuntu, user
By Huy Tran on January 25, 2008
I know that I’m the only user in my system and no one else will have access to it. I don’t see a point to have a login screen. With Windows, I know we can set to auto login using a userid. I was searching for similar thing in Ubuntu. Found one.
Go to terminal and [...]
Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged auto login, gdmsetup, sudo, Ubuntu, userid