adplus-dvertising
frame-decoration

Question

Which command is used to display all the running and active real-time processes?

a.

tp

b.

top

c.

vmstat

d.

lsof

Posted under Jobs and Processes UNIX

Answer: (b).top

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which command is used to display all the running and active real-time processes?

Similar Questions

Discover Related MCQs

Q. System time comprises ____ components.

Q. Which of the following resources are required to be managed and monitored?

Q. What is the default disposition of most signals?

Q. Which of the following action can be taken by a process upon receiving a signal?

Q. Which of the following functions are used for obtaining and setting the value of environment variables?

Q. The environment variables are available in _____

Q. Which of the following system calls returns one or more file descriptors?

Q. Address space of a process is virtual.

Q. If two users execute the same program, the memory requirements are doubled.

Q. Which system call is used to set a timer that generates the SIGALARM signal?

Q. Which library function uses kill to send any signal to the current process?

Q. ___ system call behaves in an identical manner to the kill command.

Q. Which of the following signals are generated from the hardware?

Q. There are _____ signals that are generated from the keyboard.

Q. The sources from where the signals can be generated are:

Q. The action that a signal takes on receipt of a signal is called ____

Q. We can use pipe with fork system call.

Q. Which of the following system call is used for inter-process communication?

Q. Which of the following system call is preferred over dup and dup2 for replicating file descriptor?

Q. We can also duplicate the file descriptor using ___