Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
pkill
Kill processes by pattern
Syntax
pkill [OPTION]... PATTERNCommon Options
-fMatch full command line-uFilter by user-PFilter by parent PID-tFilter by terminal-nKill newest only-oKill oldest only-iCase insensitive-lList name and PIDCommon Examples
pkill nginxKill processes matching nginx
pkill -f "python app.py"Match full command line
pkill -u root nginxKill root's nginx
pkill -9 -f "node server"Force kill node server
pkill -l sshList matching processes
pkill -t pts/0Kill processes on terminal
Related Tools
More Code & Dev Tools
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
Color Extractor
Extract colors from images online. Get dominant colors and c...
Code Formatter
Format and beautify code online. Support multiple languages ...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...