Set group on files as they are created
This is a file permissions question. I think umask fits in here somewhere, but I am not quite sure how.
Every time I FTP a file to my Linux machine, I end up overwriting the file permissions for the previous copy. I want my file settings to always be 664 in this directory. I also want the group ownership to always be defined as my group "testergroup". Does anyone know how I can accomplish this?
Thanks in advance.
|