Delete User in Linux

First you need to open up your terminal, and type in “sudo userdel <username>".
If you would like to remove the home folder of the user account, type in “sudo rm -r /home/<username>"


About this entry