Tag: Process Management
Browse all articles, tutorials, and guides about Process Management
Posts
⌘K
Linux
2025-04-12|7 min read
How to Kill All Processes with a Given Partial Name in Linux
Learn how to terminate multiple processes by matching partial names using pkill, killall, and other methods. Understand the risks and safe practices for bulk process termination.
Linux
2024-12-18|6 min read
How to Kill a Process Running on a Particular Port in Linux
Learn multiple methods to identify and terminate processes that are using specific ports on Linux systems using netstat, lsof, fuser, and ss commands.