Author: C.Dijkgraaf (21 Mar 05 5:35pm)
chmod is a unix command that means "change mode"
This changes the permissions on a file or directory.
755 in this case would mean that:
7 - Owner can read, write and execute
5 - The group can read and execute, but not write
5 - Everyone else can read and execute, but not write
This can also be expressed as rwxr-xr-x
If your ISP gives you a file manager then see if it gives you permissions to set permissions on the file. Mine actually worked without changing permssions of "rw-r--r--" (probably due to the permission on the folder), so it may be worth just trying to activate without changing these.
|