how to close running process (Chrome) from task manager in Ubuntu

212 Views Asked by At

while working on application, code execution caught in infinite loop like-

console.log('print');

and now it is running and running.
To close Chrome I tried everything which I can but no result.

finally I restart my machine to solve it, that took several minutes

The same (infinite looping) happen again and again, I looked for that like -

  1. http://ubuntuhandbook.org/index.php/2013/07/use-ctrl-alt-del-task-manager-ubuntu/
  2. Advanced Scheduled Process/Task Manager - Linux
  3. Killing a process in linux

finally I got solution, wanted to share with all to save the time-

1

There are 1 best solutions below

0
On

Here is the solution-

1. Machine info-

 Ubuntu 16.04 LTS.
  1. Press windows Butoon-

enter image description here

  1. type 'System Monitor', which will display one menu, click on that-
  2. We will see list of all running process as- enter image description here
  3. At bottom, we have button as 'end process', click on that which will show one popUp as-

enter image description here

click Ok and that task enjoy!!! Hope will work for you too!!