How to switch users in Linux shell
I want to switch to another user's account in Linux shell without logging out. How do I do this? Do I need root privileges to do so?
I want to switch to another user's account in Linux shell without logging out. How do I do this? Do I need root privileges to do so?
You can easily switch between users in Linux and you don't have to be root to do this. You can switch to another account by using the su command. To do this, you need to logged in first.
To switch to another user account in Linux using the su mode do the following:
Post new comment