![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| perl newbie . &&..programming newbie | xytiz | Shell Programming and Scripting | 13 | 06-03-2009 01:29 PM |
| perl newbie . &&..programming newbie (question 2) | xytiz | Shell Programming and Scripting | 1 | 05-07-2009 12:26 PM |
| UNIX newbie NEWBIE question! | Hanamachi | UNIX for Dummies Questions & Answers | 4 | 03-28-2009 04:10 PM |
| Catching ctrl-C or ctrl-D | sendhilmani123 | Shell Programming and Scripting | 2 | 05-02-2006 05:02 PM |
| Disable ctrl-c,ctrl-d,ctrl-d in ksh script | wtofu | AIX | 6 | 06-29-2005 04:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Newbie: CTRL-C being cheerfully ignored
This is my first foray into SCO -- I just installed SCO 5.0.6a under VirtualBox. After installing and getting the NIC to talk to the outside world, I decided to test it by pinging another machine in my LAN. It seems to ping other machines fine. But, when I tried to stop the pinging by doing CRTL-C, it cheerfully ignored my request. The only way I found to make it stop was to ssh in and kill the command.
Could that be a SCO-vs-VBox issue or some setting I am not aware of? Right now TERM is setup to scoansi; I tried setting TERM to vt100 but got the same outcome. |
|
||||
|
if this
Code:
stty -a Code:
intr = ^C Code:
stty erase "^H" kill "^U" intr "^C" eof "^D" susp "^z" kill "^o" |
|
||||
|
Thanks for the info! I ended up finding out that
Code:
intr = DEL |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|