Hi.

Can someone explain me how can I prevent file creation using quotas? Let's say I want to prevent a 403KB file creation. I have a quota hard limit of 400KB. I don't want even the file created with just 400KB. It should not appear at all. If I have a quota of 400KB and a file of 403KB to be created that particular file should not appear in the filesystem.

Thanks...