View Single Post
Posts: 199 | Thanked: 144 times | Joined on Sep 2009 @ gbg.se
#143
Originally Posted by joshua.maverick View Post
How do I do this, this seems to be the issue I'm having.
That means the scripts don't have permissions allowing them to execute.
When he says he is chmodding, he is changing those permissions.

For simplicity, you could write this on the command line (when you are in the same directory as the script);

chmod 777 <scriptname>

(without the brackets)