Switching between users

Hi folks,

could anyone please tell me how can i switch between two users without going thru the su(i.e. root)?

is there any such command?

thanks in advance,
thell

You can use the 'su' command to switch to another user id as well. Just run 'su new_user_name'. You must, of course, know the password for the new user.

You can also look at installing 'sudo'. Run a search on google for how to setup and use sudo.