Unix File Permissions

Directories should be mode 755 (drwxr-xr-x)
Scripts should be mode 755 (-rwxr-xr-x)
Everything else should be mode 644 (-rw-r--r--)


Unix Program Locations

sendmail /usr/sbin/sendmail
perl /usr/bin/perl
perl5 /usr/bin/perl5


Uploading Files

While uploading CGI scripts, .htaccess files, or .htpasswd files,
set your FTP client's transfer mode to ASCII.
This will convert Windows/Macintosh text files to Unix text.

Graphics, and other 'binary' files should always be uploaded using 'binary' mode.