narenarya

find and kill Django development server

Oct 19th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.04 KB | None | 0 0
  1. $ ps aux | grep -i manage
  2. $ pkill -9 PID
Advertisement
Add Comment
Please, Sign In to add comment