LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HOW TO RESET THE "Backup" password (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-reset-the-backup-password-4175577093/)

sagar73 04-10-2016 02:08 AM

HOW TO RESET THE "Backup" password
 
I forget the password of my backup account of Ubuntu 15.10
pls tell me how can i recover the password of my "Backup"

aragorn2101 04-10-2016 05:16 AM

Hi,

If you know root's password, then you can "su" in a terminal and use

Code:

# passwd Backup
to change the password of your user "Backup". Or https://help.ubuntu.com/community/LostPassword

joe_2000 04-10-2016 02:37 PM

In Ubuntu's default setup the root account is not active. Things are done with sudo.
If you still have access to your standard account you should be able to change the password of any other account by running
Code:

sudo passwd <account-name>
where <account-name> needs to be replaced with... well... the account name.

Note that it will first ask you for your own password. All of this is assuming that "Backup" actually is a user account! (I am saying this because it is not obvious to me why you would have a "backup" account to begin with, so I am assuming you might be referring to something else than a user account here. If that is the case you please clarify)


All times are GMT -5. The time now is 05:13 AM.