> How do I make it so that if a user creates a new file in the
> directory, the owner of the file is root and not that user?

You do NOT want to let users create files owned by other users, 
ESPECIALLY not root.

-Yaron

--