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 |
What is difference between thread and runnable?
When performing a Linux installation the____ command can be typed to start the installation without framebuffer support
What are the two types of threads?
Does htop show threads?
How many goroutines are in a thread?
Why thread is faster than process?
What are threads in c?
What are the process states in linux?
What are the disadvantages of threading?
Do threads share program counter?
Can we create a thread inside a thread?
What are kernel threads?