[Newbies] deepin安装,默认root密码是什么
Tofloor
poster avatar
lawrence_y
deepin
2021-01-21 19:32
Author

deepin安装,默认root密码是什么

Reply Favorite View the author
All Replies
老咸鱼
deepin
2021-01-21 19:41
#1

有默认密码吗?

不是自己的登录密码吗?

Reply View the author
lawrence_y
deepin
2021-01-21 19:46
#2

自己账号的密码,但是root在安装的时候应该有一个默认的吧

 

Reply View the author
element
deepin
2021-01-21 19:46
#3

这个不是自己设置的么?

Reply View the author
非专业摸鱼选手
deepin
2021-01-21 19:51
#4

楼主说的是 su root 么?

可以自己改

 

sudo passwd root

                         #输入密码(你自己用户的密码)

                         #创建su密码

                        #确认su密码(就是再敲一遍)

 

搞定

Reply View the author
Feng Yu
deepin
2021-01-21 19:56
#5

默认root是没有密码被禁用状态,你可以看到/etc/shadow文件中root的密码字段是!

你可以用sudo -i 直接切换为root身份,不用设置root密码,要习惯用sudo管理系统

Reply View the author
Comments
观摩
2021-01-21 23:38
学习了
enforcee
deepin
2021-01-21 21:50
#6

root设计是不给你用的,密码是随机生成的

想设置密码sudo passwd就可以了

用sudo就能以root身份执行命令,不用root用户也没关系

Reply View the author
XXTXTOP
deepin
2021-01-21 22:07
#7
It has been deleted!
lawrence_y
deepin
2021-01-21 22:07
#8
Feng Yu

默认root是没有密码被禁用状态,你可以看到/etc/shadow文件中root的密码字段是!

你可以用sudo -i 直接切换为root身份,不用设置root密码,要习惯用sudo管理系统

好的,可以了,谢谢

Reply View the author
lawrence_y
deepin
2021-01-21 22:08
#9
XXTXTOP It has been deleted!

可以的,谢谢

Reply View the author
agua
deepin
2021-12-16 03:30
#10
非专业摸鱼选手

楼主说的是 su root 么?

可以自己改

 

sudo passwd root

                         #输入密码(你自己用户的密码)

                         #创建su密码

                        #确认su密码(就是再敲一遍)

 

搞定

这个怎么输入?

Reply View the author