I was trying to deny permissions to access the root folder to all non sudoers, and had the (NOT) brilliant idea to run sudo chmod 770 /
. Now I get permission denied for all commands.
I am running Ubuntu 15.10 on Virtual Box and the installation is encrypted.
How can I fix it?