June 2016
Beginner
456 pages
9h 31m
English
If you no longer need a user account, it is good idea to delete that account.
You will need super user or root privileges to delete a group from the Ubuntu server.
Follow these steps to delete the user account:
$ sudo deluser --remove-home john
addgroup with root privileges:
Here, we used the deluser command with the option --remove-home. This will delete the user account named john and also remove the home and mail spool directories associated with john. By default, the deluser command will delete the ...
Read now
Unlock full access