LPI Exam Questions

What does this indicate?

You run the ps -aux command on the terminal. You get the following output:
You notice that the process id 24224 is showing the status message S on the stat column. What
does this indicate?

A.
The process id 24224 is in sleeping status.

B.
The process id 24224 is hanged.

C.
The process id 24224 is in stopped status.

D.
The process id 24224 is in running status.

Explanation:

According to the scenario, the S status message shows that the process id 24224 is in sleeping
status.
The ps -aux command reports the status of processes currently running on a Linux computer. It
shows the following status messages: