chmod Man Page | Bash | SS64.com - SS64 | Command line reference
Examples Deny execute permission to everyone: chmod a-x file Allow read permission to everyone: chmod a+r file Make a file readable and writable by the group and others: chmod go+rw file Make a shell script executable by the user/owner $ chmod u+x ......