you could always create a new directory and give everyone rwx pemissions. somethig like this:
Code:
mkdir /shared
chmod 667 shared
it sucks for security and filesystem maintenance, but it will do what you want. A better way would be to implement space restrictions by creatint a separate partition or a separate logical volume.
davidj