- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- execute permission denied on vim
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-14-2003 10:59 AM
тАО03-14-2003 10:59 AM
I recently installed the latest version of VIM on my hp-ux box. However, I can't run it. I always get, even as root:
vim: execute permission denied
The permissions look good (755) and there is execute permission for each directory below it. It is installed in /usr/local/bin
What could be wrong? Strangely there are some links to it, one called view, that execute fine. They all link to it and execute it in different modes. Is it trying to use a forbidden swap space? Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2003 11:24 AM
тАО03-14-2003 11:24 AM
Re: execute permission denied on vim
One possibility is that it's an SUID program sitting in a NOSUID filesystem.
Run fsadm against the mount point & check the file for SUID bits.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2003 11:27 AM
тАО03-14-2003 11:27 AM
Re: execute permission denied on vim
file vim
It's also possible that it's a script with a bad value in the first line of the form:
#!
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2003 01:24 AM
тАО03-15-2003 01:24 AM
SolutionWhat Model and what OS are you using
what result do you get when you do :
file vim
what vim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2004 08:11 AM
тАО01-19-2004 08:11 AM
Re: execute permission denied on vim
I then downloaded the correct version (for 11 and 11i) from: http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,582,00.html It installed and works fine. Running: file vim on the first install showed vim as an ELF-32 format.