Linux: PS Command

In Linux use the ‘ps’ command to list running processes. Sometimes I’ve found this basic command missing from Linux containers.

ps aux
ps aux
ps aux
ps aux


If missing from your distribution or container, install with:

dnf -y install procps
apt -y install procps
apk add procps
pacman -Syu procps-ng