View Single Post
heavyt's Avatar
Posts: 708 | Thanked: 125 times | Joined on Jan 2007 @ Too Close To D.C
#7
Originally Posted by TA-t3 View Post
I looked at the bug report - you want the bits to look like
rwxr-xr-x, or at least rwxr--r--
(note the 'x'). chmod 0755 will give you rwxr-xr-x (or just use chmod u+x)

The 'x' is the execute bit for files.
Thanks, seems to work!