On Sun, 23 Nov 2008 07:11:27 -0800, jlm25 rearranged some electrons to
say:
> I am very keen to set up a linux FTP server for my office to use on
> projects but while i've been testing the various options i am yet to
> find a solution that doesn't involve a large amount of administration.
>
> I would like to have a group set up for each project that allows read
> access to all users folders and, as new users join, will let me update
> the group as a whole and not on an individual basis.
>
> Is this possible and are there solutions that i can use either a GUI
> interface , web based interface or simple config files?
You need to read up on users & groups basics. You can certainly set up
groups of users that have similar priveleges, and restrict their FTP
access by group.
Example documentation:
http://vsftpd.beasts.org/#docs
man useradd
man groupadd