DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

What Are the Process States in Unix/Linux?

4 years ago dzone.com
What Are the Process States in Unix/Linux?

Summary: This is a summary of an article originally published by the source. Read the full original article here →

When the process is not waiting for any resource and ready to be executed by the CPU, it will be in the RUNNABLE state.

On the other hand, if the process is in the UNINTERRUPTABLE_SLEEP state, then the issuing a SIGKILL signal will not terminate it immediately.

In Linux, when you issue the ‘Ctrl + Z’ command it will issue a SIGSTOP signal to the process.

When a process is in the STOPPED state, it will only handle SIGKILL and SIGCONT signals.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com