From 68f261aabc832a5c6f190884fb39fa54768063b9 Mon Sep 17 00:00:00 2001 From: Suhel Khan <112371384+SuhelKhanCA@users.noreply.github.com> Date: Sat, 27 Jul 2024 16:57:54 +0530 Subject: [PATCH] Add a commands to delete user Hey Chad, Suhel here. I would like to tell you that there is no command in this readme.md file for deleting a user after if needs to be deleted e.g : we forget the password for that user etc. I have added the command for deleting a user. I hope you will merge this PR. Thank you. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63b0074..b8b80c7 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ sudo usermod -aG docker $USER groups chris cat /etc/group +# deleting user +userdel -r USERNAME ```