如何切换系统到ROOT用户?
Tofloor
poster avatar
wxc13973424858
deepin
2019-08-09 19:00
Author
root用户安装系统时没有显示,只有一般用户,请问如何切换系统到ROOT用户?

Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2019-08-09 19:16
#1
直接登录没有放权,终端可以sudo
Reply View the author
avatar
blursnake
deepin
2019-08-09 19:27
#2
在终端中使用这个命令 sudo -i
Reply View the author
Comments
kearney
2019-11-19 17:38
可行,点赞。su root 不知道root密码更烦
avatar
liubin010
deepin
2020-02-25 23:22
#3
https://bbs.deepin.org/post/181752
在终端中使用这个命令 sudo -i

ubuntud都可以root啊  这个怎么不行
Reply View the author
avatar
ywyself
deepin
2020-02-26 02:31
#4
可能需要先给root设置个密码
Reply View the author
avatar
jzc
deepin
2020-02-26 02:58
#5
图形界面不能以root登录
终端可以 切换到root用户,输入 su root
Reply View the author
avatar
ahaoao
deepin
2020-02-28 23:12
#6
第一次使用root需要先设置root的密码.set password root
设置后 su root
输入root密码就切换了
Reply View the author
Comments
w113124
2020-02-29 07:16
sudo su - 回车,然后输当前用户的密码就可以了
avatar
残念
deepin
2020-02-28 23:38
#7
https://bbs.deepin.org/post/181752
第一次使用root需要先设置root的密码.set password root
设置后 su root
输入root密码就切换了 ...

不建议,普通用户是可以提权的
终端下
  1. sudo -i  或 sudo -s
Copy the Code

图形界面下右键以管理员身份打开就可以了
Reply View the author
avatar
likenana
deepin
2020-02-29 03:50
#8
sudo su或者sudo root
Reply View the author
avatar
158******60
deepin
2020-02-29 04:21
#9
su -         
Reply View the author
avatar
zhanghua00
deepin
2020-02-29 04:44
#10
sudo su然后输入当前用户的密码,之后建议输入passwd root来改掉root的密码
Reply View the author
avatar
archlte
deepin
2020-02-29 04:52
#11
sudo su 设置密码或者在图像界面下右键以管理员身份打开
Reply View the author