Creating mailbox file: File exists

10,290

Solution 1

Used userdel -r satya for deleting the user, it deleted the mail box too.

Now useradd satya created the user.

Solution 2

sudo userdel username - removes a user username leaving intact its files, namely the /home/username directory and a mailbox file. This is useful when you want to temporarily deactivate a particular user.

sudo userdel -r username - removes a user username and recursively wipes out everything associated with this user.

Share:
10,290
satyamera108
Author by

satyamera108

Updated on June 17, 2022

Comments

  • satyamera108
    satyamera108 almost 2 years

    I added user through command

    adduser satya
    

    I deleted the same user by

    userdel satya
    

    WhenI tried adding again

    useradd satya
    

    getting the following error:

    Creating mailbox file: File exists