- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting Execute permission denied
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 01:21 AM
09-24-2004 01:21 AM
I have compiled a code and generated the executable. When I run the executable, I get "Execute permission denied" although execute permissions are set.
What is the reason for this and how can I get rid of it?
Thanks in advance.
Pankaj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 12:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 12:22 AM
09-27-2004 12:22 AM
Re: Getting Execute permission denied
the file is kept where.the path of file should be there in your profile.after adding entry exit the login and login again.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 12:31 AM
09-27-2004 12:31 AM
Re: Getting Execute permission denied
Check the PA-RISC level using file:
# file (executable)
(executable): PA-RISC1.1 shared executable dynamically linked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 12:35 AM
09-27-2004 12:35 AM
Re: Getting Execute permission denied
Just out of curiosity, can u do a 'what' on the executable?. Is it possible that this binary executable file may be having some conflicts with your UX platform? where did u compile it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 02:51 AM
09-27-2004 02:51 AM
Re: Getting Execute permission denied
If the permissions are set to execute and if you are still unable to execute, then follow Cheryl's advice. It's mostly due to incompatible hardware.
$file
$file /stand/vmunix #CPU type
Compare them. If the CPU type is more than or equal to file type, then it should execute. Otherwise, it won't. For ex., PARISC1.1 type executables will get executed on PARISC2.0 machines but not the otherway.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:22 AM
09-27-2004 08:22 AM
Re: Getting Execute permission denied
2)Is the name of the executable same as any other system executable which is set ahead in the $PATH which might be getting executed before this ./executable ?
3)If you create a executable to just echo "Execute permission denied", you would get the same message when you execute it ;) LOL, I guess That wouldnt be the case anyhow.
-Cheers
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:05 PM
09-30-2004 07:05 PM
Re: Getting Execute permission denied
Thanks to all who replied and it really helped me a lot. I have got the problem solved.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:07 PM
09-30-2004 07:07 PM