|
|||||||
1. Managing Terminals and Modems (Overview) 2. Setting Up Terminals and Modems (Tasks) 3. Managing Serial Ports With the Service Access Facility (Tasks) 4. Managing System Resources (Overview) 5. Displaying and Changing System Information (Tasks) How to Configure File Systems for Quotas How to Set Up Quotas for a User How to Set Up Quotas for Multiple Users How to Check Quota Consistency How to Change the Soft Limit Default How to Change Quotas for a User How to Disable Quotas for a User 8. Scheduling System Tasks (Tasks) 9. Managing System Accounting (Tasks) 10. System Accounting (Reference) 11. Managing System Performance (Overview) 12. Managing System Processes (Tasks) 13. Monitoring System Performance (Tasks) 14. Troubleshooting Software Problems (Overview) 16. Managing Core Files (Tasks) 17. Managing System Crash Information (Tasks) 18. Troubleshooting Miscellaneous Software Problems (Tasks) 19. Troubleshooting File Access Problems (Tasks) 20. Resolving UFS File System Inconsistencies (Tasks) |
Checking QuotasAfter you have set up and turned on disk quotas and inode quotas, you can check for users who exceed their quotas. In addition, you can check quota information for entire file systems. The following table describes the commands that you use to check quotas. Table 7-2 Commands for Checking Quotas
How to Check for Exceeded QuotasYou can display the quotas and disk use for individual users on file systems on which quotas have been activated by using the quota command.
The following example shows that the user account identified by UID 301 has one 1–Kbyte quota but has not used any disk space. # quota -v 301 Disk quotas for bob (uid 301): Filesystem usage quota limit timeleft files quota limit timeleft /export/home 0 1 2 0 2 3
How to Check Quotas on a File SystemDisplay the quotas and disk use for all users on one or more file systems by using the repquota command.
The following example shows output from the repquota command on a system that has quotas enabled on only one file system (/export/home). # repquota -va /dev/dsk/c0t3d0s7 (/export/home): Block limits File limits User used soft hard timeleft used soft hard timeleft #301 -- 0 1 2.0 days 0 2 3 #341 -- 57 50 60 7.0 days 2 90 100
|
||||||
|