|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
erase and interrupt keys
This is on our Ultra 5/10 Sparc with Solaris 9.
I need to store the following (stty) keys in the .profile and /etc/profile files as shown here. erase "Back Space Key" Interrupt "Ctrl + C" I need the exact syntax/procudure as I have to set these two keys whenever I login to the terminal screen. We do remote login using SSH. Your help is appreciated. Thanks in advance chrs0302 |
|
#2
|
|||
|
|||
|
Code:
stty erase "^H" intr "^C" int the .profile for each user. I don't think you want it in /etc/profile. Other non-terminal processes execute that file. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > erase and interrupt keys |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|