How do I set the default group for a vsftpd user's uploads?

When I upload a file, the files group is set to the username... How do I get it to automatically set to a specific group?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Easiest way to do it would be to set the directory's group to the group you want, and then set the sticky group bit on the directory with chmod g+s.

link|improve this answer
Awesome. Worked perfectly - thanks! – EmpireJones Dec 19 '10 at 1:33
No problem! :-) – Andy Smith Dec 19 '10 at 1:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.