LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Password Recovery in Edubuntu 7.04 - In Terminal, Root Login : su , password : ????? (https://www.linuxquestions.org/questions/linux-security-4/password-recovery-in-edubuntu-7-04-in-terminal-root-login-su-password-603463/)

farhannaeem13 11-30-2007 05:46 AM

Password Recovery in Edubuntu 7.04 - In Terminal, Root Login : su , password : ?????
 
Hi to All,

Have a nice day! I want to eatblish connection b/w PTCL HUAWEI ETS 2051 Wirelss Local loop and edubuntu 7.04. I have visited for this

http://www.linuxpakistan.net/forum/v...f085e7ac83813e

In console login as a root

root login : su

root password : *****

I have forgot the password. Can any body tell me password recovery method in terminal. I shall be thank for this.

Thanks
Farhan Naeem, Lahore, pakistan
+923464162922

libregeek 11-30-2007 05:53 AM

Use the recovery mode in grub. For this press any key in grub screen, and then chose the recovery mode from the list.

David1357 11-30-2007 07:03 AM

Quote:

Originally Posted by farhannaeem13 (Post 2975450)
In console login as a root

root login : su

root password : *****

I have forgot the password. Can any body tell me password recovery method in terminal. I shall be thank for this.

If you are a sudoer, you can run

# sudo bash

which will give you a bash session as root. Next use

# passwd

to set the root password.

PTrenholme 11-30-2007 09:59 AM

Or just run sudo /sbin/passwd root -- no need to start a bash session.


All times are GMT -5. The time now is 11:24 AM.