
userdel
List of commands for userdel:
-
userdel:tldr:1c7ca userdel: Remove a user in other root directory.$ sudo userdel --root ${path-to-other-root} ${username}try on your machineexplain this command
-
userdel:tldr:3ee86 userdel: Remove a user along with the home directory and mail spool.$ sudo userdel --remove ${username}try on your machineexplain this command
-
userdel:tldr:fc06d userdel: Remove a user.$ sudo userdel ${username}try on your machineexplain this command