some key are not key


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users some key are not key
# 1  
Old 04-24-2008
some key are not key

I found that my unix box can't use ctrl-C to break the process ( stopping a running process from the terminal--e.g. a long document being read with "more".) , the TERM setting is vt220 now , can advise how to fix it ? thx
# 2  
Old 04-24-2008
MySQL

use the command
stty intr "^F"

for typing ^F you should use the following key combination

<ctrl-v><ctrl-f>

if any issue let me know

Best Regards,
Rakesh UV
# 3  
Old 04-24-2008
Quote:
Originally Posted by uvrakesh
use the command
stty intr "^F"

for typing ^F you should use the following key combination

<ctrl-v><ctrl-f>

if any issue let me know

Best Regards,
Rakesh UV
thx reply ,

But I am too understand what I need to do to fix it ? thx
# 4  
Old 04-24-2008
Quote:
Originally Posted by ust
thx reply ,

But I am too understand what I need to do to fix it ? thx
I have a stupid suggestion , if ctrl-Z works , is it OK to set to when user press ctrl-C , it will send the ctrl-Z key ? thx
# 5  
Old 04-30-2008
if you run the command
stty intr "^F"

then ^F works as a ^C

you can do the same for ^C

stty intr "^C"

now your ^C will works as you expected, let me know if you face a problem
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Script @ Find a key word and If the key word matches then replace next 7 lines only

Hi All, I have a XML file which is looks like as below. <<please see the attachment >> <?xml version="1.0" encoding="UTF-8"?> <esites> <esite> <name>XXX.com</name> <storeId>10001</storeId> <module> ... (4 Replies)
Discussion started by: Rajeev_hbk
4 Replies

2. Solaris

Solaris 8 ssh public key authentication issue - Server refused our key

Hi, I've used the following way to set ssh public key authentication and it is working fine on Solaris 10, RedHat Linux and SuSE Linux servers without any problem. But I got error 'Server refused our key' on Solaris 8 system. Solaris 8 uses SSH2 too. Why? Please help. Thanks. ... (1 Reply)
Discussion started by: aixlover
1 Replies

3. Shell Programming and Scripting

Esc - key

hi i remember sometime back working in unix, when u dont recall a complete file name..u hit ESC key couple of times and actual complete name of that file which u looking for , gets visible For this to be enabled , do we need to make any entry in .profile file. In my current project, am... (3 Replies)
Discussion started by: sureshg_sampat
3 Replies

4. Linux

no key id

Hi All, I got this message: # rpm -Uvh perl-suidperl-5.8.5-36.el4_6.3.x86_64.rpm perl-5.8.5-36.el4_6.3.x86_64.rpm warning: perl-suidperl-5.8.5-36.el4_6.3.x86_64.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### 1:perl ... (1 Reply)
Discussion started by: itik
1 Replies

5. UNIX for Dummies Questions & Answers

Is there a key to...

remembering vi or pico commands? (2 Replies)
Discussion started by: kp400sf
2 Replies

6. UNIX for Dummies Questions & Answers

Pressing backspace key simulates enter key

Hi, Whenever i press the backspace key, a new line appears, i.e. it works like a enter key. :confused: Thanks (2 Replies)
Discussion started by: vibhor_agarwali
2 Replies

7. Cybersecurity

SSH key code versus server key code

Hi, When logging in using SSH access (to a remotely hosted account), I received a prompt to accept a server's key fingerprint. Wrote that string of code down for comparision. Already emailed my host for their listing of the string of code for the server's key fingerprint (for comparison,... (1 Reply)
Discussion started by: Texan
1 Replies

8. UNIX for Dummies Questions & Answers

F1 key

Hello. I have a question. I need to activate the F1 key for an application, because when i enter by doing "telnet ..." my F1 key doesn't do anything. Any idea? (2 Replies)
Discussion started by: Elrond
2 Replies
Login or Register to Ask a Question