It looks like you're new here. If you want to get involved, click one of these buttons!
adduser username
usermod -d /var/www/site55 username
Comments
in order to create new user you should use command:
adduser username
You will be asked to fill in information regarding new user and to type in new password for new user.
In order to change home directory for user you could use command:
usermod -d /var/www/site55 username