码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu Linux新用户开启root账户

时间:2019-12-12 23:50:05      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:mda   update   操作   权限   ted   col   ubuntu   inux   date   

新安装的ubuntu默认不能使用root,需要我们手动开启。

在终端中输入:#sudo   passwd   root

[sudo] password for gaavv: 123456

Enter new UNIX password: (在这输入你的密码)123456

Retype new UNIX password: (确定你输入的密码)123456

passwd: password updated successfully
————————————————

以后,如果再想获得root权限,只需进行如下的操作:

#su   root   或者 #su   -  // 进入root

Password: (在此输入你上面设置的密码)

#exit   //退出root

Ubuntu Linux新用户开启root账户

标签:mda   update   操作   权限   ted   col   ubuntu   inux   date   

原文地址:https://www.cnblogs.com/hsianext/p/12032214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!