HP-UX B.11.31 Disk Quota Definition
==============================
1. Add quota,delaylog 0 0 in "/etc/fstab" file.
/dev/vg00/lvol4 /home vxfs quota,delaylog 0 0
2. Unmount and mount file system once to apply quota attribute
# umount /home
# mount /home
3. set quota for a user
# edquota user1
------ and set the blocks quota like that for 1 GB limit
fs /home blocks (soft = 1000000, hard = 1048576) inodes (soft = 0, hard = 0)
4. set the same quota for other users with prototype user "user1"
edquota -p user1 user2 user3 user4 user5
user quota set you can check for other users with "edquouta user-name" command
Comment your questions and Suggestions/Opinions !!
Thank You !!
==============================
1. Add quota,delaylog 0 0 in "/etc/fstab" file.
/dev/vg00/lvol4 /home vxfs quota,delaylog 0 0
2. Unmount and mount file system once to apply quota attribute
# umount /home
# mount /home
3. set quota for a user
# edquota user1
------ and set the blocks quota like that for 1 GB limit
fs /home blocks (soft = 1000000, hard = 1048576) inodes (soft = 0, hard = 0)
4. set the same quota for other users with prototype user "user1"
edquota -p user1 user2 user3 user4 user5
user quota set you can check for other users with "edquouta user-name" command
Comment your questions and Suggestions/Opinions !!
Thank You !!
Comments
Post a Comment