- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stty setting
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-12-2008 07:13 AM
тАО03-12-2008 07:13 AM
stty setting
Ph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 09:08 AM
тАО03-12-2008 09:08 AM
Re: stty setting
assume that you could look at the report from
"stty -a" on the two systems, and see what
you need/want to change.
> On Tru64, the left and right arrow keys
> work on the unix command line and [...]
This behavior is supplied by the shell you
use, not the OS itself. (And you don't seem
to have disclosed that datum. For either
system.)
"HPUX/itanium" doesn't reveal the HP-UX
version, either, but I assume that you'll get
an informative complaint (from vi, probably)
if your TERM variable is set to something
which is unknown to your version of HP-UX:
td194> vi xxx
vt300: Unknown terminal type
I don't know what kind of terminal you are on - all I have is 'vt300'.
[Using open mode]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 09:29 AM
тАО03-12-2008 09:29 AM
Re: stty setting
stty -a > file.true64
stty -a > file.hpux
On respective systems.
You might be able to sort the data and identify the changes that need to be made.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 09:40 AM
тАО03-12-2008 09:40 AM
Re: stty setting
It also may require that you fiddle with bashrc or inputrc files to map the arrow keys to the corresponding Control character sequences.
the ksh does have command history and file name completion...although you need to enter the control codes via the keyboard instead of using arrow keys.
note that roots default shell should *not* be changed...if you want to run either of the above, start it from the command line after you login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 11:03 AM
тАО03-12-2008 11:03 AM
Re: stty setting
If its available on both systems, you could extract the info from the tru64 system and use it to set the hp system