An important Unix command for changing file permissions. To learn about the specifics of its use, type man chmod at the command prompt. Some examples:

To set standard permissions for a web page:
chmod 644 index.html

To make files in a directory executable:
chmod 755 cgi-bin

Replace the italicized names with the names of the files you want to affect.