Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

Which command entered without arguments is used to display a list of processes running in the current shell

Sagot :

Answer:

ps

Explanation:

In Unix and Unix-like operating system, the command used to display the list of processes running in the current shell is ps. For each of these processes, the following details are displayed;

i. PID which indicates the id of the process

ii. TTY which indicates the type of terminal from which the process is running.

iii. TIME which represents the CPU time consumed by the the process and its sub-processes.

iv. CMD which represents the command that runs as the current process.