Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5226

Troubleshooting • Re: SUDO problem

$
0
0
Something about sudo looks broken on your system. That shouldn't happen.

Can you check the permissions on the sudo file with this command

Code:

ls -ln /usr/bin/sudo
The output should look like this

Code:

-rwsr-xr-x 1 0 0 269312 Jun 27  2023 /usr/bin/sudo
The big number (file size) and date may be different, that's fine. The important bits are the "-rwsr-xr-x 1 0 0" at the beginning.

Statistics: Posted by rpdom — Fri Dec 13, 2024 12:39 pm



Viewing all articles
Browse latest Browse all 5226

Trending Articles