Using ps, find the process on the system with the lowest process ID (PID). What is the process and why does it have this PID?
What will be an ideal response?
Although the sched daemon is the first process created (PID 0), this process does not usually show
up in a ps listing. sched creates the init process (PID 1) to initialize the system and this should be
the lowest PID you find in the output from ps.
You might also like to view...
In which local area network (LAN) topology is every node attached to a central device such as a switch or wireless access point?
a. Bus b. Ring c. Star 4.What type of network spans multiple locations and connects multiple local area networks (LANs) over dedicated lines using routers? a. Enterprise network b. Wide area network (WAN) c. Virtual private network (VPN)
Which of the following is not a part of a method call?
a. method name b. return type c. parentheses d. All of these