Hi all,
OS: Manjaro
I was trying to update yay due to it malfunctioning, and when I tried I got a permissions error, so I decided to chmod the file to make it available to all, still some issues so I did it to the entire bin/ directory which managed to fuck up my Sudo access, since the system expects it to be owned by root
Here’s the command I used
Sudo chmod -R 777 /usr/bin/
Went looking for a fix, first idea was to use time shift the restore point tool, which didn’t work (refused to launch), second idea was to boot into safe mode to add a su password back and then try to fix the permissions but that’s where I’m lost
Any ideas what’s the best course of action and how?