How to kill Skype process in Ubuntu
The Skype process seems to be immortal when it crashes in Ubuntu. Killing it with “killall skype” does not work. And it’s not a nice process either, because it uses 100% CPU!
Fortunately, there is a way of killing it without restarting your computer. This is how to do it:
killall skype -s 9
Why does this work? The answer is simple. By adding the arguments “-s 9″ the killall command changes the signal type to SIGKILL instead of SIGTERM. Obviously, Skype does not do anything about the SIGTERM signal, and that is why the process stays alive.
Happy killing!
Comments
Leave a Comment








Thank you!
thank you, but don’t understand why it is obvious that “Skype does not do anything about the SIGTERM signal”, but it was just what i needed now!
Thanks! This was helpful AND educational.
Thanks, this only seems to be a problem on my computer since Microshaft took over skype
eternally grateful.
Cheers
Many thanks.
Thanks
It works, Thakns
Thanks, did help!
thanks a lot… helped me yar
thanks!