Unix General Question:

Explain command to view process running?

Answer:

use ps command "process status". I will use "ps -ef" to
list every process in detail.

Read All 18 Unix General Questions
Previous QuestionNext Question
Finding the presence of a word in a list of n files (pattern matching)?Explain command to show the space allocation of files?