Linux - Kill multiple processes # kill -9 `ps -ef | grep rdist | grep -v grep | awk '{print($2)}'` Comments
Comments
Post a Comment