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