Home |
This refers to the command that lets you tell the server system how much access permission or otherwise it should permit to a file. There are several different cases in which different chmod commands will be used. For example, any of the perl scripts that must be placed into the cgi bin, must also be executable by the web server. This means you must use: - chmod 755 formmail.pl This can be done using your ftp software. Highlight the formmail file right click to get the files properties, set the File Properties Value to 755 (drwxr-xr-x) |