Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

userdel

Delete a user account

Syntax

userdel [OPTION]... USERNAME

Common Options

-rRemove home and mail spool
-fForce deletion
-ZRemove SELinux user mapping

Common Examples

userdel username

Delete user (keep home)

userdel -r username

Delete user and home

userdel -f username

Force delete user

userdel -r -f username

Force delete with home

Related Tools

More Code & Dev Tools