Archive for July 21st, 2008

Create New User

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