Linux Drop User – Remove a Linux user

For example, to delete the user “john” you can use the following command:

 
sudo userdel john

Note: You need to be logged in as a superuser (root) to run this command.

Leave a Comment