About 3,280 results
Open links in new tab
  1. Linux Process States | Baeldung on Linux

    Apr 30, 2025 · In Linux, a process is an instance of executing a program or command. While these processes exist, they’ll be in one of the five possible states: Running or Runnable (R) Uninterruptible …

  2. ps Command in Linux - GeeksforGeeks

    May 14, 2026 · The ps command in Linux is used to display information about currently running processes. It provides a snapshot of processes at the time the command is executed. System …

  3. Linux List Processes – How to Check Running Processes

    Jun 29, 2021 · How to List Running Processes in Linux using the ps Command You can list running processes using the ps command (ps means process status). The ps command displays your …

  4. How to List All Processes in Linux (5 Different Commands)

    Dec 17, 2025 · Linux - list all processes tutorial that will help you view and manage processes on your system by using five simple commands.

  5. Checking Running Processes in Linux: A Comprehensive Guide

    Jan 16, 2026 · In the Linux operating system, managing and monitoring running processes is a fundamental task for system administrators and developers alike. Processes are instances of …

  6. Understanding the Status of Processes in Linux - linuxvox.com

    Apr 24, 2026 · In the Linux operating system, processes are the heart of system operation. A process is an instance of a running program, and understanding its status is crucial for system administrators, …

  7. How to check running process in Linux using command line

    Sep 19, 2024 · I am a new system administrator for the Linux operating system. How do I check running process in Linux using the command line option? One can use the Linux command line or terminal …

  8. ps (1) - Linux manual page - man7.org

    PROCESS SELECTION BY LIST top These options accept a single argument in the form of a blank-separated or comma-separated list. They can be used multiple times. For example: ps -p "1 2" -p …

  9. Check if a Process is Running: Simplest Cross-Platform Linux/Unix/OS …

    Jan 16, 2026 · In this blog, we’ll demystify process checking and provide a **simple, cross-platform Bash command** that works reliably across Linux, macOS, and most Unix systems. We’ll break down how …

  10. Why Linux Servers Slow Down: R, S, D, Z and T Process States Explained

    Apr 7, 2026 · Understand Linux process states (R, S, D, Z, T) and how they impact server performance. Learn to diagnose I/O bottlenecks, zombie processes, and more.