: O I offer my condolences!
The problem is that the sudo file itself must be owned by root. If you have a root password, you can simply run root to fix the problem:
su
If not, you can download the rescue system, install the partition and
chown root:root /mnt/usr/bin/sudo
or fix the whole problem with the rescue system.
But it will be difficult to fix all this. I would suggest creating a script that reads the file owners from the vanilla installation of your system (installed the same packages as you), and applies them to the broken system. (The user files in / home / ... you will have to chown yourself) Without such a script, it will be very heavy, but it will be easy to link the code with this
source share