liutongqing

centos7设置开机默认使用root账户登陆

使用root账户进入系统:

vi /etc/gdm/custom.conf

在[daemon]下写入:

AutomaticLoginEnable=True
AutomaticLogin=root

重启系统之后可以直接进入root账户。

分类:

技术点:

相关文章:

  • 2021-12-16
  • 2021-04-21
  • 2022-01-20
  • 2021-10-20
  • 2021-07-25
  • 2021-12-15
  • 2021-11-04
猜你喜欢
  • 2021-12-09
  • 2021-10-31
  • 2021-08-22
  • 2021-11-17
  • 2021-12-08
  • 2021-06-11
  • 2021-09-29
相关资源
相似解决方案