Showing posts with label passwd. Show all posts
Showing posts with label passwd. Show all posts

Saturday, July 19, 2014

SU Authentication Failure

The fresh installation does not assign root/super user password, so when you run su command first time it will show the message authentication failure. so you need to set super user password by running the following command.
$ sudo passwd
then it will ask for new password and then confirm password.

after this u can run su command.