chmod

chmod#

Change file mode (permissions).

$ chmod 755 script.sh
$ chmod u+x,go-w file
$ chmod -R go-rwx project/