Dolphin86 Posted January 20, 2012 Posted January 20, 2012 i got this when i try run on putty -bash: ./athena-start: Permission denied Linux Centos How can i fix this? Quote
Dolphin86 Posted January 23, 2012 Author Posted January 23, 2012 chmod a+x worked ! problem solved ! Quote
Lighta Posted January 20, 2012 Posted January 20, 2012 Verify your user have execution right with : ls -la Then if not run : sudo chmod +x ./athena-start Then it should be fine. 1 1 Quote
Mang-Berto Posted January 23, 2012 Posted January 23, 2012 (edited) try this " chmod 777 athena-start " Edited January 23, 2012 by Mang-Berto Quote
bentheexo Posted January 23, 2012 Posted January 23, 2012 try this " chmod 777 athena-start " No. You never 777 an executable file. chmod a+x is the most accepted if you have to execute it and not just read it. Quote
Mang-Berto Posted January 24, 2012 Posted January 24, 2012 oh I see, but 777 works on me when I encountered the same problem with him. any ways thank you for the info Quote
Question
Dolphin86
i got this when i try run on putty
Linux Centos
How can i fix this?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.