Chmod
From Hackepedia
Change the mode of a file or filesystem object. You can use a human readable format or the octal permissions modes.
chmod 755 directory chmod u+s file chmod +x script.sh
See the manual page of chmod to find further information.