Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
killall
Kill processes by name
Syntax
killall [OPTION]... NAME...Common Options
-iInteractive confirmation-9Force kill with SIGKILL-15Graceful terminate with SIGTERM-vVerbose output-wWait for process to die-rUse regex for process name-qQuiet mode-uFilter by userCommon Examples
killall nginxKill all nginx processes
killall -9 pythonForce kill all python processes
killall -i firefoxInteractively kill firefox
killall -u user processKill process for user
killall -w nginxKill and wait
killall -r "py.*"Kill with regex pattern
Related Tools
More Code & Dev Tools
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Port Checker
Check if a port is open online. Test port availability and c...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
Color Extractor
Extract colors from images online. Get dominant colors and c...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Code Share
Create and share code snippets online. Syntax highlighting a...
Code Formatter
Format and beautify code online. Support multiple languages ...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...