Thread: Unbecome root
View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#10
Originally Posted by ossipena View Post
I use usually
Code:
su user
for some weird reason....
You should use the following command to switch to user instead:

Code:
su - user
 

The Following User Says Thank You to 9000 For This Useful Post: