Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/9869137 to your computer and use it in GitHub Desktop.
Save tbuehlmann/9869137 to your computer and use it in GitHub Desktop.
# ps -ef | grep nginx
root 10334 1 0 08:55 ? 00:00:00 [nginx]
root 10448 1 0 09:07 ? 00:00:00 [nginx]
root 10666 1 99 09:18 ? 00:21:58 (nginx)
root 10799 10762 0 09:40 pts/1 00:00:00 grep --color=auto nginx
# sudo killall5 nginx
killall5: only one argument, a signal number, allowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment