where nnn is the 3-digit number representing the
permissions, and filename is the file you want to change. For example: chmod
755 formmail.cgi. will assign read, write and execute
permission to the owner, and just read and execute
permission to everyone else, on the script called formmail.cgi .
read more >>