1. You can only specify one domain name on the QUOTA_TARGET_DOMAIN directive. That domain name is prepended the the user names in the following entries in the /etc/quotas file. until another QUOTA_TARGET_DOMAIN directive is encountered.
So: QUOTA_TARGET_DOMAIN domain1 joe user 10M - sue user 20M - QUOTA_TARGET_DOMAIN domain2 bob user 20M - ann user 30M -
is equivalent to: domain1\joe user 10M - domain1\sue user 20M - domain2\bob user 20M - domain2\ann user 30M -
2. We do not support quotas on arbitrary directories, only on qtrees.
Joan Alter
At 10:50 AM 2/7/02 , you wrote:
1. In the /etc/quotas file can you have more than one domain for QUOTA_TARGET_DOMAIN
- how do you specific a directory with a space in it? /vol/vol1/my folder/
Jennifer