View Single Post
  #3  
Old 07-26-2008, 02:48 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by thepoetwarrior View Post
Oh, added note, the problem when I type ./start from the appropiate path results in the error:

-su: ./start: Permission denied
You probably just need to flag it as executable:

Code:
chmod +x start
Reply With Quote