Messages in this thread |  | | Subject | Re: SysRq behavior | From | Alan Shutko <> | Date | 11 Dec 2000 19:05:48 -0500 |
| |
James Simmons <jsimmons@suse.com> writes:
> Just played with this bug. It doesn't kill a login shell but does any > app running on it. I just went looking for where "Quit" is printed > out. When I press SysRq Quit is printed on the command line. Any ideas?
Not a bug. Normally,. PrtSc will generate a ^\, which is the default value of stty quit. Try
stty quit ^A cat
and hit PrtSc
-- Alan Shutko <ats@acm.org> - In a variety of flavors! If you have to think twice about it, you're wrong. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |