Sysadmin

Adding users
Here, the username is "elena", and we are adding her to the "floss_student" group:
adduser -g floss_student -m elena

Allowing group access to files
Here, we allow the "floss_student" group ownership of the httpdocs directory and all files underneath it (via the -R "recursive" option):
chgrp -R floss_student httpdocs/