I would like an other way to change my current user than by GUI.
It would be great that if you can change the user as fast as you can your login shell by chsh
.
How can you change the user in OS X's terminal?
I would like an other way to change my current user than by GUI.
It would be great that if you can change the user as fast as you can your login shell by chsh
.
How can you change the user in OS X's terminal?
Normal Unix would do that with 'su' meaning 'super user'.
Something like
su - otherusername
GUI applications might or might not work, I don't know on OSX...