Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 09 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 09

on terminal, write

> sudo top

this will list the processes running. note the process-id(PID) for the
process you want to kill.
now press

> control + d

to exit to top, now write

> sudo kill <pid>

by replacing <pid> with the id you noted earlier.

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How do I kill processes in 9.04? Or get search suggestion and latest updates.


Tagged: