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
of course you can use this for any process and just change the 'dispatch' part