
Create user The id command prints information for a certain user. Use it like this: # id username To create a new user: # useradd –home /home/username username # passwd username If you want to activate the user you have to assign a password, because initially the user account is in disabled Continue Reading