kill -9 `ps -ef | grep /libexec/abrt | grep -v grep | awk '{print $2}'`
kill all processes that have "/libexec/abrt" in their run path. Do not kill grep command since it will be alos included into the output.
Showing posts with label kill. Show all posts
Showing posts with label kill. Show all posts
Friday, December 28, 2012
Subscribe to:
Posts (Atom)