Linux Day 04 β 90DaysOfDevOps
Feb 13 Β· 2 min read Β· Topic: Processes & Services (systemd) πΉ Processes (What is running?) Important Commands ps -ef β Snapshot of all running processes pgrep <name> β Find PID of a process top β Live CPU & memory usage htop β (If installed) better interactive top ...
Join discussion

