View Single Post
terrencegf's Avatar
Posts: 221 | Thanked: 182 times | Joined on Jul 2007 @ Central Illinois
#2
Originally Posted by vinc17 View Post
Is there any reason why the default permissions are not drwxr-xr-x?
Who knows why the default is not world readable. Regardless, there shouldn't be any problem with you manually changing permissions on the directory.
Code:
chmod o+rx /home/user
         OR
chmod 755 /home/user
You might have to do the same thing with the /home/user/public_html directory.