Linux Day 04 β 90DaysOfDevOps
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
...
learnsharegrow.hashnode.dev2 min read