Thread: root password
View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#21
Originally Posted by DrWilken View Post
I see... I'm not sure this is something I would want to do, but the error message says that the 'su' binary isn't suid which can be solved by doing (as root - i.e. run 'sudo gainroot' or just 'root'):
Code:
chmod u+s /bin/su
Note: please check if you're not setting the suid bit on the entire busybox binary. (su might be a symlink to busybox)

If you are, then you will in trouble soon.

Suggestion: forget about everything said on this thread and just use "root" or "sudo gainroot".
 

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