文章目录 1、root 免密码输入自动登录 2、设置 Terminal 计算机终端背景颜色 3、关闭关闭锁屏 4、You need to be root to perform this command. 1、root 免密码输入自动登录 注:设置免密登录需要使用超级用户权限,即 root 权限 (1)、启动 CentOS 系统,进入桌面,鼠标右键,点击 Open Terminal (2)、使用 vi 修改 /etc/gdm/custom.conf 文件 vi /etc/gdm/custom.conf (3)、输入 i 进行插入,插入完成后,按 ESC,输入 :wq,保存并退出 # 在[daemon]下增加 AutomaticLoginEnable=True AutomaticLogin=root <