0

How to remove user completely in linux

I have created and removed the user, but the error shows that the user exists. How to remove completely including home directories...

Home Directory Linux Add a comment
julian
asked Feb 13 2017

Answer

0

Try one of these commands:

deluser --remove-home <USERNAME>
userdel -r <USERNAME>
Add a comment
ascotlx
asked Feb 13 2017
edited Oct 05 2018
Post your Answer