How to close filezilla via terminal
Solution 1:
If a process becomes unresponsive, you can force kill it from the terminal with
pkill -9f process-name
E.g.
pkill -9f filezilla
Solution 2:
I followed below steps to close filezilla.
In terminal, type below to list all running processes.
ps -A
This will give you the list of running processes. Find the process id which is having the name "filezilla" and kill the process. In my system the process id is 1759.
kill 1759
Filezilla will close instantly. Thanks.
Solution 3:
Due to the amount of times filezilla crashes i have made a command that kills it straight away from the above, you can use this to run any command but in this case i have done it for filezilla.
Create a new file, call it what you want just make sure it has the command extension.
ive called mine killzilla.command
Inside the file it has one line
pkill -9f filezilla
Now as soon as filezilla locks up I double click on that run it in terminal and instant death to the pain in me depositor