Ubuntu – How to close filezilla via terminal

command linefilezilla

I am working on server files temporarily through filezilla in ubuntu 11.10. Sometimes when i close the file from my IDE, filezilla crashes and it does not working properly. If i try to close the filezilla, it does not closes.
So, is there any way to close the filezilla through terminal ? Any help kindly appreciated. Thanks.

Best Answer

If a process becomes unresponsive, you can force kill it from the terminal with

pkill -9f process-name

E.g.

pkill -9f filezilla