link
Change file permissions
chmod
Set rwx for owner, rx for others
chmod 755 script.sh
Make file executable
chmod +x script.sh