Operating System - HP-UX
1833247 Members
3153 Online
110051 Solutions
New Discussion

How to configure disk quota on HP-UX 11.0

 
Jian Zuo
Occasional Contributor

How to configure disk quota on HP-UX 11.0

How to configure disk quota on HP-UX 11.0,thanks very much!
3 REPLIES 3
Sยภเl Kย๓คг
Respected Contributor

Re: How to configure disk quota on HP-UX 11.0

etc/edquota is used to set or edit the user disk quotas.

#edquota [-p proto-user] username...
This will duplicate the quotas of proto_user for each username.This is the normal mechanism used to initialize quotas for groups of users.

#edquota -t

Edit the time limits for each file system. Time limits are set for file systems, not users.

See man edquota for more details

regards
SK

Your imagination is the preview of your life's coming attractions
irin
New Member

Re: How to configure disk quota on HP-UX 11.0

hi jian
edquota can be used to set the user quotas.
irin