不要慌,因为大部分解答都需要sudo去申请权限,所以我们只能重启进入grub界面。
重启时按住shift或者esc,进入后,按↓选中advanced options,enter
点e进入cmd
在输入你的密码后,按照步骤输入:
mount -o remount,rw /
chmod 4755 /bin/su
chown root:root /bin/su
chmod 4755 /usr/bin/sudo
chown root:root /usr/bin/sudo
chmod 755 /lib
find /lib -type f -exec chmod 644 {} \;chmod 755 /lib64
find /lib64 -type f -exec chmod 644 {} \;apt-get install --reinstall sudo coreutilsreboot
即可正常使用!然后手工开启su命令:
sudo passwd