On Fri, 9 Mar 2007 11:58:17 -0500 Ye ilho wrote: > Hi everyone, > > I have a very simple question but I could not find the answer so I > decided to ask all of you. I am sorry that this sounds so silly but I > used magic sysrq (p key) to print out messages on the console. Now I > want to turn that key off because I am done with it. However, I could > not find a way to disable that key only. Please kindly let me know how > to do this. Thanks. You can disable all of magic sysrq at kconfig/compile/build time or you can disable all of it at run-time by echo 0 > /proc/sys/kernel/sysrq If you want to only disable one sysrq key, that will require a kernel patch and recompile. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ