AMP AMP
AMP
0
AMP

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
a sample image
julian
asked Feb 13 2017

Answer

AMP
0
AMP

Try one of these commands:

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