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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment