Steps to synchronize Cloudlinux quotas

kumkumsharma

Administrator
Staff member
cl-quota utility always run automatically to synchronize the quota cache data. There is cron set on server to update this quota limit and this cron automatically run on its time. But if in your case it’s not updating the inode limit then you have to manually synchronize the data with this command before the cron executes.

cl-quota is a tool which helps to manage the inode limits on server and if your account’s inode limit is not updating then this command will help you in this.

Code:
cl-quota –YC
Here Y indicates the sync resets inode limit and helps to fix quota.

-C helps in generating the cache file.
 
Top