Skip to content

Instantly share code, notes, and snippets.

@odrotbohm
Created July 30, 2013 07:33
Show Gist options
  • Save odrotbohm/6110994 to your computer and use it in GitHub Desktop.
Save odrotbohm/6110994 to your computer and use it in GitHub Desktop.
$ 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