Tagged Questions
5
votes
3answers
1k views
Ctrl + c will not kill process
I have looked for answers and so far have found nothing to answer my question. I am currently logging in to my Ubuntu server and upon running a process I can not run any of the interrupts on it. Here ...
7
votes
1answer
331 views
Interrupt sequence CTRL+C does not work for user
In any terminal operating under GNOME, if I press Ctrl+C, I only see a question mark. Same goes for Ctrl+Z. The output of stty -a | grep intr is:
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ...