Interacting with processes in Linux(Debian)

Interacting with processes in Linux(Debian)

January 14, 2023 | debian, linux, permanent

Summary #

Commands to show running processes #

  1. ps: snap short of current processes
  2. top: Display and update sorted information about Linux processes.
  3. atop: Advanced System & Process Monitor for Linux.
  4. htop: Interactive process viewer in Linux.
  5. pgrep: Look up or signal processes based on name and other
  6. pstree: Display a tree of processes.

ps #

ps -aux | grep buildbot

ref


No notes link to this note

Go to random page

Previous Next