Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
userdel
Delete a user account
Syntax
userdel [OPTION]... USERNAMECommon Options
-rRemove home and mail spool-fForce deletion-ZRemove SELinux user mappingCommon Examples
userdel usernameDelete user (keep home)
userdel -r usernameDelete user and home
userdel -f usernameForce delete user
userdel -r -f usernameForce delete with home
Related Tools
More Code & Dev Tools
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Code Share
Create and share code snippets online. Syntax highlighting a...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Port Checker
Check if a port is open online. Test port availability and c...
Code Formatter
Format and beautify code online. Support multiple languages ...