Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Reboot a hung system with Spotlight and Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Reboot a hung system with Spotlight and Terminal
Authored by: junklight on Dec 30, '08 08:25:15AM

ah ssh'ing from another machine - a trick that has saved me on more than one occasion.

Often if you have ssh'd in you can kill rogue processes.

ps -A and a sudo kill -9 XXX where XXX is the process number can often work wonders.



[ Reply to This | # ]