Fix /root permission necessary

There is an issue with /root permissions in the installed system.

All users should execute the commands bellow as su

find /root -type d -exec chmod -R 755 {} \;
chown root:root -R /root
4 Likes