On Wed, May 21, 2008 at 12:26 PM, primm <lynn@steve-ss.com> wrote:
root is loged in on text console 1 but it will not accept text entry from the keyboard. How can I kill it from text console 2 without rebooting?
10.3
Thanks. Primm
I do it the old fashioned way. ps -ef | grep tty1 The pid (process id) should be in the second column. Then use kill to kill the offending process. I start with a simple kill <pid>, then move up to kill -9 <pid> if I have to. -- Greg Freemyer Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org