0
1
I am working with a group on a supercomputer and we are storing all project files in my home directory, the problem is if I need to manage some of the files, I can't because they own the files. I need a way for all of the files placed inside the directory in my home folder to be owned by me. The other people are uploading the files using SFTP
Would group ownership be good enough? – Jon Lin – 2012-06-27T17:24:58.183
We're all in the same group. The problem is I want everyone to be able to write to this directory and all files inside it, so when someone puts a file in the directory is is -rwxrwx--- so everyone can overwrite the files with the newest version when they have a newer versiom – DontTurnAround – 2012-06-27T18:19:52.193
Which Unix specifically? – dave4420 – 2012-06-27T22:30:33.630