Fedora以root用户自动登陆
时间:2020-01-06 09:24:06
收藏:0
阅读:94
Fedora以root用户自动登陆
Fedora Workstation Version: 31
?? Written by Zak Zhu
参考
- jonathanzhan/centos_7自动以root身份登录gnome桌面(https://blog.csdn.net/whatlookingfor/article/details/52382479)
- archlinux wiki: GDM (https://wiki.archlinux.org/index.php/GDM_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)#%E5%9C%A8%E7%99%BB%E5%BD%95%E5%88%97%E8%A1%A8%E4%B8%AD%E9%9A%90%E8%97%8F%E7%94%A8%E6%88%B7)
- gnome help administrators: Configuration (https://help.gnome.org/admin/gdm/stable/configuration.html.en#daemonsection)
配置自动登陆
添加GDM配置如下, 重启后生效
vim /etc/gdm/custom.conf
[daemon] AutomaticLoginEnable=true AutomaticLogin=root
原文:https://www.cnblogs.com/zakzhu/p/12154509.html
评论(0)