Fix the wrong permissions of root folders

This indicates that the root directory / is not owned by root, so:

sudo chown root: /

Important: note that this is not recursive!

1 Like