I was not paying attention and was blindly copying and pasting into the ssh terminal and I mistakenly changed the permission on my root folders and files. [root@srv1 ~]# find . -type f -exec chmod 400 {} \; [root@srv1 ~]# find . -type d -exec chmod...