Change Permission Related Issue (chmod)

Hello there,

I tried to change permission for few of my files and directories inside idx. but chmod can’t be applied. Is there any way around?

$ sudo chmod -R 777 .
sudo: /etc/sudo.conf is owned by uid 65534, should be 0
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

TIA

Hi @Shakil_Mosharrof , you should be able to run chmod without sudo

1 Like

thanks a lot, was surprised to see that no sudo required. @Vova