Find the answer to your Linux question:
Results 1 to 3 of 3
Dear all, Based on the ps manual, I found: Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to describe ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    11

    stopping the process which STAT is D



    Dear all,
    Based on the ps manual, I found:
    Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display
    to describe the state of a process.
    D Uninterruptible sleep (usually IO)

    How can I stop the process which have the STAT is D.
    Thx for your help.

  2. #2
    Just Joined!
    Join Date
    Apr 2004
    Location
    Armenia
    Posts
    26
    Do you want to kill process to witch you havn't access (permition)? Are you admin of the computer ?

  3. #3
    Banned
    Join Date
    Nov 2006
    Posts
    3

    Kill

    "D Uninterruptible sleep (usually IO)"

    As you have described, it may not be possible to kill a process in "stat d". I have never been able to.

Posting Permissions

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