System Grab Bag

View all TLDR pages from Linux (or from all pages)

userdel

Remove a user account or remove a user from a group. See also: users, useradd, usermod. More information: https://manned.org/userdel.
  • Remove a user:
    sudo userdel {{username}}
  • Remove a user in other root directory:
    sudo userdel --root {{path/to/other/root}} {{username}}
  • Remove a user along with the home directory and mail spool:
    sudo userdel --remove {{username}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.