Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
[启动求助]在Recovery更改权限后进入不了系统了
Experiences and Insight
1348
views ·
0
replies ·
To
floor
Go
150******50
deepin
2018-04-04 19:31
Author
现在现象: 开机选择Deepin系统后, 等Logo消失后, 左上角一直有个图标闪烁进不了系统.
之前编辑"/lastore/apps/"目录, 通过终端给chmod -R 777权限后.
后面发现如下问题:
sudo: /usr/bin/sudo 必须属于用户 ID 0(的用户)并且设置 setuid 位
就通过网上方法:
1、
进入recovery模式,以root身份登录。
2、
将文件系统重新挂载为rw,否则执行后续命令是可能出现Read-only file system错误,重新挂载的命令为
mount -o remount rw / 。
3、
恢复相关文件权限。
1
2
3
4
chmod 4755 /usr/bin/sudo
chmod 755 /usr/lib/sudo/sesh
chmod 644 /usr/lib/sudo/sudoers.so
chmod 644 /usr/lib/sudo/sudo_noexec.so
最后就出现开机选择Deepin系统后, 等Logo消失后, 左上角一直有个图标闪烁进不了系统, 本人刚接触, 还请大家请教一下. 多谢了.
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
之前编辑"/lastore/apps/"目录, 通过终端给chmod -R 777权限后.
后面发现如下问题:
sudo: /usr/bin/sudo 必须属于用户 ID 0(的用户)并且设置 setuid 位
就通过网上方法:
最后就出现开机选择Deepin系统后, 等Logo消失后, 左上角一直有个图标闪烁进不了系统, 本人刚接触, 还请大家请教一下. 多谢了.