在安裝 Ubuntu 的時候創建的賬戶 sai,想把密碼改爲兩個字母aa,方便輸入。spa
運行終端終端
sai@xmomx:~$ passwd sai
更改 sai 的密碼。
(當前)UNIX 密碼: xx
輸入新的 UNIX 密碼: aa
從新輸入新的 UNIX 密碼:aa
必須選擇更長的密碼
輸入新的 UNIX 密碼: 1234567
從新輸入新的 UNIX 密碼: 1234567
Bad: new password is too simple
輸入新的 UNIX 密碼:權限
綠色爲手動輸入。怎麼辦?加上su權限執行便可。這樣來作:密碼
方案一:im
sai@xmomx:~$ sudo passwd sai
[sudo] password for sai: xxx
輸入新的 UNIX 密碼: aa
從新輸入新的 UNIX 密碼: aa
passwd:已成功更新密碼 word
方案二:co
sai@xmomx:~$ su
密碼: super
root@xmomx:/home/sai# passwd sai
輸入新的 UNIX 密碼: aa
從新輸入新的 UNIX 密碼: aa
passwd:已成功更新密碼
root@xmomx:/home/sai#sudo
成功!new