Kill All Processes for a User

Try the following:

  • su -c “kill -9 -1″ user
  • ps -U user -o pid= | xargs kill -9

Leave a comment

Please be polite and on topic. Your e-mail will never be published.