Microsoft
Software
Hardware
Network
Question : what is the syntax to add a new user?
experts,
I have tried to use the following command to add a new user but cannot login as that user.
groupadd admin -g 500
useradd admin -d /home/admin -s /bin/bash -g admin
Thanks, MIssyMadi
Answer : what is the syntax to add a new user?
or if you want to use your command then use this
groupadd admin -> creating the group
useradd admin -d /home/admin -s /bin/bash -g admin - > creating the user
Random Solutions
sound comes out of headphones and not speakers at times
CommandArgument does not update in gridView after PostBack
Re:Cygwin Shell Script
Detect if not in frameset
Treo 700, bad SSL certificate for Exchange Activesync
NSLOOKUP - " ls" query
remove a macro from an excel sheet
Unable to view picture
how can i popularize my web site
How can i return only last select statment from stored procedure