What are the process states in linux?



What are the process states in linux?..

Answer / Archit Vishnoi

Linux processes can be in one of the following states:
1. New (D): The process is being created.
2. Running (R): The process is currently executing.
3. Waiting (S): The process is waiting for an event, such as I/O completion.
4. Zombie (Z): The process has completed execution but its parent has not yet reaped it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

What is difference between thread and runnable?

1 Answers  


When performing a Linux installation the____ command can be typed to start the installation without framebuffer support

2 Answers  


What are the two types of threads?

1 Answers  


Does htop show threads?

1 Answers  


How many goroutines are in a thread?

1 Answers  


Why thread is faster than process?

1 Answers  


What are threads in c?

1 Answers  


What are the process states in linux?

1 Answers  


What are the disadvantages of threading?

1 Answers  


Do threads share program counter?

1 Answers  


Can we create a thread inside a thread?

1 Answers  


What are kernel threads?

1 Answers  


Categories