TransWikia.com

Fix root permission

Ask Ubuntu Asked on January 6, 2022

While in the root account I accidentally entered: chmod 700 /

After that I can’t do any sudo commands, e.g:

/home# sudo apt-get update
sudo: unable to stat /etc/sudoers: Permission denied
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin

Is there a way to fix this?

One Answer

You changed the permissions of the root folder to a very restrictive state, causing some processes not to have access anymore. Restore to default with the command

sudo chmod / 755

Fortunatelly, you did not add the recursive switch. The damage is only to the root folder itself, and thus can be easily repaired.

Answered by vanadium on January 6, 2022

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP