chmod.guru

The quick and simple editor for unix file permissions.
Read more on Wikipedia.

rwxr-xr-x
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
Find the code on GitHub.