Change file permissions
$ chmod 755 script.sh
$ chmod +x file
$ chmod -R 644 dir/
$ chmod u+w,go-w file