Issue
Is there a way to modify the inode limits via the command line (CLI) instead of doing it through CloudLinux Manager?
Environment
- CloudLinux
- LVE
Solution
It is possible to do that with the cl-quota utility, for example:
- Change limits for a user:
cl-quota --user-id=500 --hard-limit=-1 --soft-limit=5000
- Change limits for a package:
cl-quota --package pack1 --hard-limit=-1 --soft-limit=5000
Read more in the official documentation page.
Comments
0 comments
Please sign in to leave a comment.