- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- more cmd not working properly.
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
07-06-2004 06:07 PM
07-06-2004 06:07 PM
more cmd not working properly.
Have updated to ux11i (from ux11.0), yesterday. This afternoon, I notice that the more command is not working correctly. I am absolute;y positive it was working fine this morning.
One screen is displayed of the 'more' output and then the system prompt is displayed. Not able to scroll to the next page as usual. I think I have seen this happen once before but am unable to remember how fix - though I'm pretty sure it was simple. Can anyone help out??
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:12 PM
07-06-2004 06:12 PM
Re: more cmd not working properly.
This action is happening whether I display a file to read; or ll on a large directory.
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:15 PM
07-06-2004 06:15 PM
Re: more cmd not working properly.
#ll /dev/tty check
crw-rw-rw- 1 bin bin 31 0x000000 Aug 27 10:22 /dev/tty
output is not equal, change the permission to 666.
#chmod 666 /dev/tty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:16 PM
07-06-2004 06:16 PM
Re: more cmd not working properly.
MORE='';export MORE
and try once again.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:55 PM
07-06-2004 06:55 PM
Re: more cmd not working properly.
/dev/tty perms 666
and $MORE gave me a blank line then a command prompt.
Think I may have found the culprit...had a swinstall session that I had cntl-x out of; I have exited completely out of that session and now the more command is working properly!
Thanks for your input anyway.
Maria