Introduction
This article covers how to view CloudLinux LVE limits from the command line.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command.
- For all accounts
lvectl list-user
- For a single user
lvectl limits `id -u $username`
Please note that "$username" must be replaced with the cPanel user's username.
- For all accounts
Comments
0 comments
Article is closed for comments.