Results 1 to 4 of 4

Thread: How to kill the process

  1. #1
    SmithJohnson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    364
    Rep Power
    3

    Default How to kill the process

    Hi. I am new in computer world. I would like to how kill any process. I search on net but I didn’t get exact answer. Anybody knows how to kill process then let me know that. It is highly appreciated.

  2. #2
    Williamsjones is offline Senior Member
    Join Date
    Dec 2009
    Posts
    352
    Rep Power
    3

    Default

    Run the following command :

    ps -ef | grep -i 'process name'

    Observe the pid of the process and kill with the following command

    kill -9 process id

  3. #3
    Brownchris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    331
    Rep Power
    3

    Default

    First you take pid using ps,prstat command

    kill -9 pid >> -9 for unrestricted kill

    pkill process_name

  4. #4
    Millerjames is offline Senior Member
    Join Date
    Dec 2009
    Posts
    331
    Rep Power
    3

    Default

    First of all do the following:

    kill -15 process_id or

    pkill -15 process_id

    if it does not terminate in a correct method then problem

    kill -9 process_id or

    pkill -9 process_id

Similar Threads

  1. SAP process will not be moved
    By Frederick Woods in forum Latest Hardware News
    Replies: 0
    Last Post: 10-30-2010, 07:40 AM
  2. Google introduce Reader to 'kill IE6' movement
    By John Edrich in forum Latest Hardware News
    Replies: 0
    Last Post: 05-31-2010, 06:24 AM
  3. HP To Kill Windows 7 Tablet Project
    By allen1100 in forum Latest Hardware News
    Replies: 0
    Last Post: 05-08-2010, 08:52 AM
  4. How to Kill Your Hard Drive
    By adger47 in forum Hardware Jargons
    Replies: 0
    Last Post: 12-10-2009, 02:56 PM
  5. Process Explorer 11.33
    By Frascuelo Gaspara in forum Applications
    Replies: 0
    Last Post: 11-21-2009, 10:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48