2 個答案
- 最新
- 最多得票
- 最多評論
0
You may have changed the permissions on "/usr/bin/sudo".
To correct the problem, access the site as the root user and execute the following command.
However, a password must be set for the root user in advance.
If it is not set up, this method cannot be used.
su
chown root:root /usr/bin/sudo
chmod 4755 /usr/bin/sudo
For other methods, please refer to the following documents.
https://repost.aws/knowledge-center/ec2-sudo-commands
0
I couldn't be a root user by using the "su" command because I didn't have a root password, but instead I used this command to become a root user:
systemd-run --shell
and after that:
chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo
My problem is solved.
已回答 9 個月前
相關內容
- 已提問 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前