Accidently ran `sudo chown root@root -R /.` instead of `sudo chown root@root -R ./`

42 Views Asked by At

I wanted to change tho permission of a file structure and accidently ran

sudo chown root@root -R /.

instead of

sudo chown root@root -R ./

is there anyway i can undo that? I don't have a backup of my system. If there is nothing a can do I'll just install a different os since all the relevant data is backed up.

0

There are 0 best solutions below