Running a program in the Linux terminal

Permabanned
Joined
19 Aug 2006
Posts
1,604
I'm running a program in the Linux terminal by typing it's name, but it just says:

-bash ./programname: permission denied

How can I attempt to run this program?
 
It probably hasn't got execute permision for the user you are. You could try "chmod 755" togive everyone execute permission but it'd be better to read the documentation that came with the program that should tell you how you should be running it.
 
Back
Top Bottom