TLDR
Enter a command. For example: daemonize, po4a gettextize.

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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.