“FAQ:Linux”的版本间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第4行: | 第4行: | ||
== 关于“systemd” == | == 关于“systemd” == | ||
== 默认Root登录 == | |||
<syntaxhighlight lang="bash"> | |||
vim /etc/gdm/custom.conf | |||
[daemon] | |||
AutomaticLoginEnable=True | |||
AutomaticLogin=root | |||
</syntaxhighlight> |
2020年10月14日 (三) 02:45的版本
关于“sudo”
关于“systemd”
默认Root登录
vim /etc/gdm/custom.conf
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=root