- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- more execute permmission 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
08-22-2000 08:53 AM
08-22-2000 08:53 AM
one of the sys admins deleted 'more' by mistake. I copied it from the Core OS CD into the /usr/bin directory. Changed the owner to bin:bin and gave read and execute privilleges to everyone. I still get a execute permission denied when I try to use it (through man, for example). Any help will be appreciated. Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 09:07 AM
08-22-2000 09:07 AM
Re: more execute permmission denied
I tried to simulate your situation:
mv more $HOME/.
I get your message..
cd $HOME
mv more /usr/bin/.
It works again
This is what it looks like in HPUX11 (D230)
-r-xr-xr-x 2 bin bin 61440 Nov 7 1997 moreusr/bin>file more
more: PA-RISC1.1 shared executable dynamically linked
Hope it helps
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 09:07 AM
08-22-2000 09:07 AM
SolutionDon't you have a backup of the system to try to recover it from there? It is easiest...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 10:51 PM
08-22-2000 10:51 PM
Re: more execute permmission denied
Try "file more" (must be data when zipped) to find out what type of file more is and try gunzip (or uncompress/unpack) to expand it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 11:23 PM
08-22-2000 11:23 PM
Re: more execute permmission denied
I think the files are on CDROM in crypt format so it wont be possible to decrypt it.
You need to resintall it from CDROM using swinstall, but only install the 1 fileset that contains more, which is OS-Core.CMDS-MIN so do the following command to reinstall it; swinstall -x reinstall=true -s /SD_CDROM OS-Core.CMDS-MIN
It wont require a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 11:57 PM
08-22-2000 11:57 PM
Re: more execute permmission denied
If it doesn't exist, just do 'ln /usr/bin/more /usr/bin/page'.
Then see if reading the man pages work.
You could also try 'more /etc/rc.log' and see if that works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 04:09 AM
08-23-2000 04:09 AM
Re: more execute permmission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 02:01 PM
08-23-2000 02:01 PM
Re: more execute permmission denied
get the name of the fileset containing "more" with
swlist -l file | grep "bin/more"
re-install that fileset with options "-x reinstall=true" and only the name of that fileset.
If you have an Ignite tape (make_recovery tape), you can restore "more" from there:
mt -f /dev/rmt/0mn fsf 1
tar xvf /dev/rmt/0m bin/more
HTH,
Wodisch