Thread: root password
View Single Post
Posts: 21 | Thanked: 0 times | Joined on Nov 2010 @ india
#14
Originally Posted by DrWilken View Post
Don't run:
Code:
sudo su -
But rather:
Code:
su -
sudo runs commands as "superuser" or root (normally)... And You're not allowed to run su as via sudo as 'user'...

And since You want to change from 'user' to 'root' without using sudo just run su -
But soon after opening the terminal if i execute su - (it doesnt work)
~$su -
su: must be suid to work properly

not sure if still i am doing something wrong
__________________
shail