Re: "ctrl+c" disabled!
From: Edgar Toernig (froese_at_gmx.de)
Date: 08/22/03
- Previous message: Matt Mackall: "Re: 2.6.0-test3-mm3 - cp -a kills machine"
- In reply to: Bill J.Xu: ""ctrl+c" disabled!"
- Next in thread: Bill J.Xu: "Re: "ctrl+c" disabled!"
- Reply: Bill J.Xu: "Re: "ctrl+c" disabled!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Aug 2003 04:04:09 +0200 To: "Bill J.Xu" <xujz@neusoft.com>
"Bill J.Xu" wrote:
>
> when I connect linux through serial port,and run a program such
> as "ping xxx.xxx.xxx.xxx",then I can not stop it by using "ctrl+c".
> and the only way is to telnet it,and kill that progress
>
> why?
Try:
stty -a
and check the intr setting. Maybe it's set to DEL (^?).
You can correct it with:
stty intr "^c"
Ciao, ET.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matt Mackall: "Re: 2.6.0-test3-mm3 - cp -a kills machine"
- In reply to: Bill J.Xu: ""ctrl+c" disabled!"
- Next in thread: Bill J.Xu: "Re: "ctrl+c" disabled!"
- Reply: Bill J.Xu: "Re: "ctrl+c" disabled!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|