adsense uper

Friday, March 9, 2012

how to add new user in linux

First, I want to add a user.
+ To add user :
sudo adduser
to add password for your user
sudo passwd

+ Switch from one user to another :
su
and type in your password to login. After that, you will be at a ‘$’ prompt. type:
bash
to get to a normal prompt.

+ How can I delete a user?
sudo userdel

No comments: