I have a CentOS VM that shows the list of users like this:
drwx------. 2 504 504 4096 Dec 10 2000 username
So if I try to run the userdeel
command I got a message saying that the user does not exist.
How can I make sure this user does not exist and how can I remove the folder inside /home/
Thanks.