To switch to an user with username john
, enter the command
su john
And the prompt would change from #
to $
(root to ordinary user).
To get back to root, type exit
.
To switch to an user with username john
, enter the command
su john
And the prompt would change from #
to $
(root to ordinary user).
To get back to root, type exit
.