Process CMD
Process CMD
pkill Kills a process using its name pkill pkill firefox → Kills
instead of PID. process_name all firefox processes.
Key Takeaways
• Process Management is essential to control system resources efficiently.
• Use ps, top, and jobs to view running processes.
• Use kill and pkill to terminate processes.
• Use bg and fg to manage background and foreground jobs.
• Use nice and renice to set process priority.