Linux
使用 TTY 登錄時的預設使用者名
我是筆記型電腦上的單個使用者,我希望在嘗試登錄 TTY1 時自動輸入使用者名。我使用 Arch Linux。
例如:
- 打開電腦
- Linux 啟動
- 我輸入密碼
- 我在 TTY1 登錄並繼續工作
我做了一些研究。我只需要輸入
systemctl edit getty@tty1
:[Service] ExecStart= ExecStart=-/sbin/agetty -n -o username %I
之後,只需輸入:
systemctl enable getty@tty1
就可以了。欲了解更多資訊,請訪問:https ://wiki.archlinux.org/index.php/Getty