Create ubuntu new users cannot use Firefox

Prompt information

Prompt
“firefox profile cannot be loaded it may be missing or inaccessible”。
Use the following command to solve

sudo chown -R username:usergroup .mozilla

sudo chown -R username:usergroup .cache

username = own user name
usergroup = own group name (the default is always the same as the user name)
after modification, open again
can use

Guess you like

Origin blog.csdn.net/NewDay_/article/details/108750189