The quick and simple editor for unix file permissions. Read more on Wikipedia.
chmod 0755 <file> # set permissions
chmod u=rwx,g=rx,o=rx <file> # set permissions
chmod u+rwx,g+rx,o+rx <file> # add permissions