Dolphin86 Posted January 20, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share 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 Link to comment Share on other sites More sharing options...
Dolphin86 Posted January 23, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Author Share Posted January 23, 2012 chmod a+x worked ! problem solved ! Quote Link to comment Share on other sites More sharing options...
Lighta Posted January 20, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
Mang-Berto Posted January 23, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 139 Reputation: 2 Joined: 11/15/11 Last Seen: September 20, 2013 Share Posted January 23, 2012 (edited) try this " chmod 777 athena-start " Edited January 23, 2012 by Mang-Berto Quote Link to comment Share on other sites More sharing options...
bentheexo Posted January 23, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 19 Joined: 01/14/12 Last Seen: June 21, 2018 Share 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 Link to comment Share on other sites More sharing options...
Mang-Berto Posted January 24, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 139 Reputation: 2 Joined: 11/15/11 Last Seen: September 20, 2013 Share 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 Link to comment Share on other sites More sharing options...
Question
Dolphin86
i got this when i try run on putty
Linux Centos
How can i fix this?
Link to comment
Share on other sites
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.