ubuntu开启root账户

ubuntu开启root账户http://blog.sina.com.cn/s/blog_746b60460102yfhc.htmlLinuxUbuntu系统不centOS系统那样,在装系统时就可以启用root账户,Ubuntu需要安装后系统后才能启用root系统1.设置root账户密码$sudopasswdroot系统提示设置密码2.普通账号->root账号密码设置成功后,就可进行账号切换了$suroot输入密码,即可完成切换Ubuntu18系统启用root账户3.root->普通账号#su

http://blog.sina.com.cn/s/blog_746b60460102yfhc.html

Linux Ubuntu系统不centOS系统那样,在装系统时就可以启用root账户,Ubuntu需要安装后系统后才能启用root系统

1.设置root账户密码
$sudo passwd root
系统提示设置密码

2.普通账号->root账号
密码设置成功后,就可进行账号切换了
$su root
输入密码,即可完成切换
Ubuntu18系统启用root账户

3.root->普通账号
#su 普通账号
直接完成切换
Ubuntu18系统启用root账户

4.启用root账户登录
步骤1设置了root账户密码后,虽然可以在终端中进行root用户切换,但在登录界面缺无法使用root账户进行登录
Ubuntu18系统启用root账户

通过修改配置文件
参考:https://blog.csdn.net/Sacredness/article/details/81224671
首先切换到root账号

打开文件”/etc/pam.d/gdm-autologin”将这个文件中的”auth required pam_succeed_if.so user != root quiet_success”注释掉后保存。
打开文件”/etc/pam.d/gdm-password”将这个文件中的”auth required pam_succeed_if.so user != root quiet_success”注释掉后保存。
在这里插入图片描述

Ubuntu18系统启用root账户

点击login as another user,输入root账号和密码,登录正常。

Ubuntu18系统启用root账户

第一次登录会有设置向导,一直点击下一步即可
Ubuntu18系统启用root账户

登录后,已启用root 账号
Ubuntu18系统启用root账户

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/38887.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注