Create New User
Tagged with: command, group, Linux, user, useradd
Monday, July 21st, 2008 11:17 PM
Create a new user belongs “admin” group called ‘user1′
useradd -c "Name Surname " -g admin -d /home/user1 -s /bin/bash user1
There is a simpler command too…
useradd user1