[Newbies] 新装上的,提示权限不够怎么解决?
Tofloor
poster avatar
Dh
deepin
2022-03-01 03:43
Author

截图_选择区域_20220228193857.png

想解决搜索无线网络问题,这个账户是我注册的时候填的,权限还有更高的root吗?在哪里?

Reply Favorite View the author
All Replies
liwl
deepin
2022-03-01 04:16
#1

这个文件不具备可执行权限,所以不知直接执行的。用root用户也无法执行它,它不是用来执行的,仅仅是个配置文件。

如果想要处理无线网络问题,在论坛检索相关问题看看

Reply View the author
忆往
deepin
2022-03-01 04:19
#2

sudo vim /etc/hosts

Reply View the author
andktan
deepin
2022-03-01 17:08
#3

root只有一个,是最高的,其他都一般

Reply View the author
wangxinyu
deepin
2022-03-01 18:23
#4

1, 使用sudo passwd 命令, 先开启并配置好root的密码。

2, su root , 切换到root权限进行修改。

Reply View the author