useradd simple question
I want to add multiple users access to a directoryand limit them to just read and download
if useradd -d /home/username/public_html somename
passwd some passwd
that user cannot access ftp because the directory is already chown to another group, is it possible to have two different groups with different permissions