dapurhosting.com Blog for Tech

August 18, 2015

Kill Mass Process

Filed under: Uncategorized — dh @ 9:52 am

Ambil id proses

ps -ef | grep awk | grep -v grep | awk '{print $2}'


kill -9 `ps -ef | grep CROND | grep -v grep | awk '{print $2}'`
kill -9 `ps -ef | grep Average | awk '{print $2}'`
kill -9 `ps -ef | grep pidstat | grep -v grep | awk '{print $2}'`

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress