While changing a directory ownership, accidentally I did
sudo chown subhadip /
instead of sudo chown MyApp
After realizing my mistake, tried to fixed few permissions i.e., sudo
etc. by sudo chown -R root /
stopped operation as its wrong.
Now I am getting “The system is running in low-graphics mode” error, which I believe because of wrong permissions only.
I am able to login in console mode.
Please guide me.