Give the command that returns the total number of processes running on your system.

What will be an ideal response?


The following command can be used to perform the task. The tail +3 command removes header of the ps -e command and subtracts one for the new process that runs for the tail +3 command.
ps -e | tail +3 | wc -l

Computer Science & Information Technology

You might also like to view...

A ________ is a container that provides quick access to elements at the front and the back of the list.

A) stack B) queue C) deque D) All of the above E) None of the above

Computer Science & Information Technology

The circuitry that transports data to the microprocessor is called the fast side bus.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is not true about a workbook that is Marked as Final?

A) The file is marked as shared B) The file is not shared C) Marked as Final icon appears in the status bar D) The file is read-only

Computer Science & Information Technology

Case PPT 3-1 Sheila is creating a Grand Opening sign for her new pet shop Paws and Claws.Sheila wants to make the entire graphic she has selected larger. To scale an object, Sheila holds the Shift key and drags a corner handle which is indicated by a ____.

A. white square B. white circle C. yellow diamond D. green circle

Computer Science & Information Technology