I want to create a folder that is accessable via FTP on an Ubuntu Box. There are four users that are allowed to connect via FTP and I want them to be able to share files without restrictions. Is it possible to change every file to chmod 777 at the time of its creation? Thing is, that should only be possible at this specific location.
Thanks!