Following is the command to grep a process ID and kill it.
ps auxww | grep wget | awk '{ print $2; }' | xargs kill -9
Following is the command to grep a process ID and kill it.
ps auxww | grep wget | awk '{ print $2; }' | xargs kill -9
Theme: Rubric. Blog at WordPress.com.