Introduction
In this article, we cover how to view CloudLinux LVE limits from the command line.
Procedure
The following command will display the LVE limits for each account.
lvectl list-user
The following command will display the limits for only one account, where USERNAME is replaced with the cPanel username for the account.
lvectl limits `id -u USERNAME`
Comments
0 comments
Article is closed for comments.