About 6,790 results
Open links in new tab
  1. How to List Running Processes in Linux | ps Command

    Nov 1, 2025 · ps stands for process status. It shows details like PID, user, CPU, memory usage, and the command that started the process. By default, it displays processes running in the current shell. Use …

  2. Linux Process States - Baeldung

    Apr 30, 2025 · In Linux, the top command-line tool displays the process details in a real-time fashion. It shows different aspects of the system, such as memory and CPU usage of individual processes.

  3. Linux List Processes – How to Check Running Processes

    Jun 29, 2021 · You can also use the top task manager command in Linux to see a real-time sorted list of top processes that use the most memory or CPU. Type top in your terminal and you'll get a result like …

  4. Ps Command in Linux (List Processes): A Comprehensive Guide

    Dec 12, 2025 · The ps command (short for Process Status) is a built-in Linux utility that displays information about active processes on a system. Unlike dynamic tools like top or htop, which provide …

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

    Sep 19, 2024 · One can use the Linux command line or terminal app to display a running process, change their priorities level, delete process and more. This page shows how to use various …

  6. Understanding Linux Process States: A Complete Beginner's Guide

    Dec 4, 2024 · In this comprehensive guide, we’ll explore the various process states in Linux, how they work, and how to monitor them effectively. Process states are fundamental to understanding how …

  7. The Essential Guide to Understanding Linux Process Status

    Apr 26, 2025 · This article provides an essential guide to understanding the Linux Process Status, illustrated with examples for better comprehension. What is a Process in Linux?

  8. Understanding Linux Process Status: Running, Interruptible Sleep ...

    Dec 22, 2025 · This article covers common Linux process states such as Running, Interruptible Sleep, Stopped, Zombie, and Orphan, and explains how the system “reaps” terminated processes.

  9. ps Command in Linux (List Running Processes) | Linuxize

    Feb 3, 2026 · Learn how to use the Linux ps command to list running processes, view detailed process information, sort and filter output, and more with practical examples.

  10. 30 Useful 'ps Command' Examples for Linux Process Monitoring

    Aug 15, 2025 · What is the ps Command? The ps command, short for “process status,” is a standard Unix utility used to display information about the currently running processes. It allows you to view …