Created
July 30, 2013 07:33
-
-
Save odrotbohm/6110994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ps -xo pid,ppid,stat,command | grep Skype | |
85267 185 ?E (Skype) | |
79202 339 R+ grep Skype | |
$ kill -9 85267 | |
$ ps -xo pid,ppid,stat,command | grep Skype | |
85267 185 ?E (Skype) | |
79220 339 R+ grep Skype |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment