Posted in Command Line, Linux Create New User Binny V A July 21, 2008 Leave a Comment on 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 Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.