How to Delete a User in Kali Linux?<br /><br />Note: Right click on the Desktop, and then Click on 'Open in Terminal'. After that, follow the steps below:-<br /><br /> Step 1: To list all users:-<br /><br /> cut -d: -f1 /etc/passwd<br /><br /> Step 2: To Delete User:-<br /><br /> userdel -r username<br /><br /> -r means delete files in user's home directory along with home directory itself.<br /><br /> Note: If you get message like:-<br /><br /> user your_username is currently used by the process process_number<br /><br /> you have to kill the process first by command below:-<br /><br /> kill -9 process_number<br /><br />It's done<br /><br /><br />Thanks for watching, please like and subscribe <br /><br />==============================================<br /><br />https://www.facebook.com/HowtoTutorialsByAmit/