centos

Making a script executable in CentOS

The following command can be used to make a script executable. This will allow you to execute the script without requiring sudo capabilities.

$ chmod +x /usr/bin/myscript

more CentOS posts

more Linux posts