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.
To repair your personal space, run:
For any of the other applications that are broken you will have to repair them as you see a problem with an app. Most of the sysem files are owned by root and most will still work.
Certain services such as
Mysql
andApache
are owned by a specific user... in the case ofMysql
the user ismysql
. In the case ofApache
the default user iswww-data
.There are other server programs you might run such as
Ftp
. TheFtp
server default user isftp
.If an application is broken, it'll most likely give an error that suggests a problem with permission.