on terminal, write> sudo topthis will list the processes running. note the process-id(PID) for theprocess you want to kill.now press> control + dto exit to top, now write> sudo kill <pid>by replacing <pid> with the id you noted earlier.