On 2006/07/31, at 23:37, Russ Cox wrote:

There is another solution.

Bob can create a directory, say /bob/submit,
and make it group bob and mode 777.
Then alice and carol can each run
   mkdir /bob/submit/$user
   chmod 770 /bob/submit/$user
and put their files in that new directory,
which is owned by them but has group bob.

Russ

I have understood well that the word "only" should be used carefully.
My example was too simple one.

Reply via email to