When anyone makes a file in proftp or ssh/scp, I'd like the following to happen:
group owner: (chgrp nobody file)
permissions: (chmod 770)
I know I can do something in profiles with umask (and in proftp with umask), but what umask is the equivilent of chmod 770, and how can I get every new file to have be owned by the "nobody" group?