I had virtual box previously installed and it worked fine until I created a new user and gave it permissions using:
sudo chmod -R 777 /
After that when I closed and reopened my virtual box I could not open Ubuntu.
I uninstalled and reinstalled virtual box.But this is what I am getting when I try to open Ubuntu.
Virtual box ubuntu
How do I fix this issue?
chmod 777
on the entire system? That will break the required permissions structure for many applications to function correctly. That's also NOT how you give users permissions to access things in Linux environments. https://askubuntu.com/questions/20105/why-shouldnt-var-www-have-chmod-777 https://askubuntu.com/questions/83/how-do-file-permissions-work Fixing a recursive chmod 777 is near impossible, you'd have better luck reinstalling the VM. – Thomas Ward Jan 16 '20 at 17:52