useradd: user already exists

Adding a user to an existing group may give an error:
useradd: user 'name' already exists
where name is the username. An example of this command should look similar to sudo useradd -G sambashare danny where sambashare is the group and danny is the username.

In the above case usermod should be used instead of useradd. This is because useradd creates and adds the user but if the user already exists then it needs to be modified. A modified example of above should look like this:
sudo usermod -a -G sambashare danny

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in Linux and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.

This site uses Akismet to reduce spam. Learn how your comment data is processed.