ISO

主題

Live Account

Source Code:

使用「Debian Live ISO」開機後,自動登入的帳號。

Account Value
Username user
Password live

執行下面指令,更改目前登入帳號的密碼。

sudo passwd $(whoami)

執行下面指令,移除目前登入帳號的密碼。

sudo passwd -d $(whoami)

Table of contents