Kill Hanging Process on Linux
From ElixirBlocks
Use the command "top" to view top hanging process.
sudo kill -9 pid_number_of_process
Use the command "top" to view top hanging process.
sudo kill -9 pid_number_of_process