[comp.unix.questions] How to disable interrupt key strokes???

jian@kuhub.cc.ukans.edu (09/13/90)

For some reasons, I want to disable interrupt key strokes like Ctrl-C, Ctrl-Z,
and ESC. How could I do that by using SHELL or CSHELL commands. Any help 
appreciated.

Jian Q. Li
jian@kuhub.cc.ukans.edu

yipkenny@hpsgm2.sgp.hp.com (Kenny Yip) (09/14/90)

> / hpsgm2:comp.unix.questions / jian@kuhub.cc.ukans.edu /  5:44 am  Sep 13, 1990 /
> For some reasons, I want to disable interrupt key strokes like Ctrl-C, Ctrl-Z,
> and ESC. How could I do that by using SHELL or CSHELL commands. Any help 
> appreciated.
> 
You can use the "stty" command to do so. This allows you to re-define the above
characters.

> Jian Q. Li
> jian@kuhub.cc.ukans.edu
----------