The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    What is process with PID=PPID=0 in Linux?

    Discussion in 'Linux Compatibility and Software' started by sipp11, Jul 21, 2008.

  1. sipp11

    sipp11 Notebook Consultant

    Reputations:
    25
    Messages:
    131
    Likes Received:
    0
    Trophy Points:
    30
    Well, actually I know what the process is, but I could not figure out why I cannot list it by ps command or I did something wrong with it.

    As you may know, it should be "sched". But when you go to find all processes running, you will get "init" as the first one (PID=1, PPID=0)

    The command you may use:
    Code:
    ps -ecl  [or ps -p 0 -l]
    I would appreciate if anyone could give me the light why "sched" was not show up on ps command on Linux. I was already logged on as a root, but I still got no luck finding it. I had tried with Mac OS X Leopard, the same thing happened here [no PID 0 process, starting with init as PID 1] However, on FreeBSD & Windows, I got it fairly easy.

    Thanks! :eek: