Hey there so I'm trying to launch a .sh file that was created when I installed a thing, except when I do it tells me the .bin that accompanies it isn't found, even though it's there in the same directory. Any idea what I could do to make it work?
[IMG]http://i.imgur.com/KlyI5AJ.png?1[/IMG]
Did you give the files execute permissions?
If not, you can give the Execute permissions by executing the following command:
[code]
chmod +x <file>
[/code]
Where <file> is the filename for which you want to apply the permission.
Sorry, you need to Log In to post a reply to this thread.