How to delete this user?

QuestionsQuestions8 SkillsProYour First Linux LabSep, 03 2025
0166

You can delete the user rbu2 using the following command:

sudo userdel rbu2

If you also want to remove the user's home directory and mail spool, you can use the -r option:

sudo userdel -r rbu2

0 Comments

no data
Be the first to share your comment!