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
No comments yet.
RSS feed for comments on this post. TrackBack URI
Theme: Rubric. Blog at WordPress.com.