« Earlier 1 items total Later »

On this page: 

killing your own dispatch.fcgis

ps aux|grep youruser|grep dispatch|awk '{print $2}'|xargs kill -9

of course you can use this for any process and just change the 'dispatch' part

« Earlier 1 items total Later »