安装了深度系统后,给的是普通用户权限?
Tofloor
poster avatar
brightsaga
deepin
2020-03-31 23:57
Author
安装了深度系统后,给的是普通用户权限?
也就是用户带美元符号$
不是超级用户,带#符号的?
如果想获得超级用户权限,类似administrator账户权限,如何获得?
Reply Favorite View the author
All Replies
avatar
vitoland
deepin
2020-04-01 00:03
#1
打开终端
输入 sudo -i
Reply View the author
avatar
vitoland
deepin
2020-04-01 00:04
#2
你可能需要学习一下Linux的基础
毕竟和Windows差异很大
Reply View the author
avatar
wei15653124686
deepin
2020-04-01 00:04
#3
输入(sudo passwd)先输入你设定的密码,再设定超级用户密码,然后在输一遍设定密码,输入su进入超级用户。
Reply View the author
avatar
Feng Yu
deepin
2020-04-01 00:06
#4
https://bbs.deepin.org/post/190426
输入(sudo passwd)先输入你设定的密码,再设定超级用户密码,然后在输一遍设定密码,输入su进入超级用户 ...

不要给root设置密码,也不需要用su切换用户身份,用sudo才是王道
Reply View the author
avatar
brightsaga
deepin
2020-04-01 21:47
#5
https://bbs.deepin.org/post/190426
你可能需要学习一下Linux的基础
毕竟和Windows差异很大

就是在学习中,有没有好点书籍的介绍??
Reply View the author
avatar
vitoland
deepin
2020-04-02 07:03
#6
https://bbs.deepin.org/post/190426
就是在学习中,有没有好点书籍的介绍??

鸟哥的私房菜吧,入门书籍挺经典的。
Reply View the author
avatar
brightsaga
deepin
2020-04-02 16:12
#7
是这个网址吗?
http://cn.linux.vbird.org/
Reply View the author
avatar
观摩
deepin
2020-04-02 17:04
#8
为了安全起见,建议用普通用户身份进行日常使用。

如果真的想日常也用 root,可以自己启用 root
Reply View the author
avatar
brightsaga
deepin
2020-04-02 18:58
#9
哦,可以自己启用,
那么问题来了,怎么启用?
打开终端?
输入 sudo -i?
Reply View the author
avatar
不会开车有驾照
deepin
2020-04-02 19:51
#10
切换超级用户,su
Reply View the author
avatar
不会开车有驾照
deepin
2020-04-02 19:53
#11
deepin默认未设置超级用户密码,所以直接su是切换不过去的,需先设置root密码才可,设置密码用sudo passwd
Reply View the author
avatar
不会开车有驾照
deepin
2020-04-02 19:54
#12
一般情况下用不到root权限的,无非必要情况,别启用root账户,sudo足够用了
Reply View the author
avatar
lokissmith
deepin
2020-04-02 21:08
#13
sudo加命令就好了,养成权限分明的好习惯
Reply View the author