LinuxPermissions
chmod
Changes a file or directory's permission bits.
Syntax
chmod <mode> <file>
Examples
Make a script executable
chmod +x deploy.shChanges a file or directory's permission bits.
chmod <mode> <file>
Make a script executable
chmod +x deploy.sh