我的电脑上有两个管理员帐户和一个访客用户帐户。我为其中一个管理员帐户设置了密码,但后来忘记了。
我可以通过第二个管理员帐户重新访问该帐户吗,或者如何恢复我的密码?
答案1
您可以使用passwd
命令:
sudo passwd username
您将提示输入密码,然后系统将提示您为该用户输入新密码
sudo passwd test
[sudo] password for test:
Enter new UNIX password:
Retype new UNIX password:
man passwd
DESCRIPTION
The passwd command changes passwords for user accounts. A normal user
may only change the password for his/her own account, while the
superuser may change the password for any account. passwd also changes
the account or associated password validity period.