Tuesday, June 28, 2011

Switching user woth the su and exit command

You can switch to root user, follow:
$ su
password:
note the changes at the prompt as you change user. You exit back to the original user by, follow:
$ exit
Switch to a user of choice, follow
$ su user
Where user is the name of the account you want to use.

No comments:

Post a Comment