Keyboard Mapping HP-UX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Keyboard Mapping HP-UX
# 1  
Old 11-03-2008
PHP Keyboard Mapping HP-UX

This is truly embarrassing but I have to know the answer anyway Smilie

Can anyone share, how to assign keyboard mapping in hp-ux system? Every time I issue command which contain character "@", it'll go the next line. What I need is how to assign the character "@" to @ as it is supposed to be.

Example

Code:
 tuah:~ (51) % ssh olli@
tuah:~ (52) %

Appreciate with help that'll be given. Thank u! Smilie
# 2  
Old 11-03-2008
Quote:
What I need is how to assign the character "@" to @ as it is supposed to be.
In HP-UX @ is a reserved character and acts as it is supposed to be..., in HP-UX that is...
The reason?
When you connect at the login prompt, till you are connected there is no stty nor terminal set and so if you entered a wrong character, even if using backspace it erased at the display it is not the case in the input buffer and so @ which at the display seems to go to the next line only erases the buffer content...
You could at the prompt type dummy@vbe the HPUX understand login name vbe...

Workaround:
Have you tried:
Code:
 % ssh olli\@...

# 3  
Old 11-03-2008
Quote:
Originally Posted by vbe
In HP-UX @ is a reserved character and acts as it is supposed to be..., in HP-UX that is...
:
:
Workaround:
Have you tried:
Code:
 % ssh olli\@...

Ah, so the reserved character it is. Thanks for the insight! And the workaround works too!

PS: If this forum having points to assign like in ITRC, sure I'll give u 10 Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Many to many -- mapping

INPUT 13333--TEXT1 14444--TEXT2 13333--TEXT3 12233--TEXT5 14444--TEXT5 12233--TEXT1 12222--TEXT5 13333--TEXT09 what I'm looking for is something using awk arrays with below given output. 14444--TEXT2,TEXT5 13333--TEXT1,TEXT3,TEXT09 12233--TEXT5,TEXT1 12222--TEXT5 (6 Replies)
Discussion started by: busyboy
6 Replies

2. UNIX for Dummies Questions & Answers

Mapping drive

please forgive me. i know this is unix forum. CIFS can map to shared windows folder. i just wonder if windows can map to unix shared folder. if yes, please enlight me... (5 Replies)
Discussion started by: lawsongeek
5 Replies

3. UNIX for Advanced & Expert Users

Help With Mapping machine

Hi All, I need an urgent assistance please . My case below: I have a list of 500 IP addresses. All These ip addresses are mapped/connected to different machine kinds : NT, Linux, Switch, Router ,FW, and so on. My Requirement is to filter from all this ip address only the Linux... (0 Replies)
Discussion started by: James Stone
0 Replies

4. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

5. Shell Programming and Scripting

Creating unique mapping from multiple mapping

Hello, I do not know if this is the right title to use. I have a large dictionary database which has the following structure: where a b c d e are in English and p q r s t are in a target language., the two separated by the delimiter =. What I am looking for is a perl script which will take... (5 Replies)
Discussion started by: gimley
5 Replies

6. UNIX for Advanced & Expert Users

How can I map Unix keyboard for PC keyboard

A Solaris AXI 440 machine with Solaris 8 version. I have PC users who use an emulation to login to the Solaris server. How can I change the keyboard mapping of the Sun keyboard to fit to the PC keyboard ? Any comment will be appreciated. Thanks (1 Reply)
Discussion started by: simhab
1 Replies
Login or Register to Ask a Question