0 votes
in Linux by
What are the process states in Linux?

1 Answer

0 votes
by

What are the process states in Linux?

The process states are as follows:

Ready: The process is created and is ready to run

Running: The process is being executed

Blocked or wait: Process is waiting for input from the user

Terminated or Completed: Process completed execution, or was terminated by the Operating System

Zombie: Process terminated, but the information still exists in the process table.

Related questions

0 votes
asked Nov 11, 2020 in Linux by sharadyadav1986
+1 vote
asked May 10, 2021 in Linux by rajeshsharma
...