User restriction check in CloudLinux
Why?
To find out the restrictions set for a user in CloudLinux.
Instructions
Connect to the server via SSH under the "root" user.
To find out the ID of a specific user, execute the following command:
id <username>
To view the restrictions applicable to a specific user, execute the following command:
lvectl limits <user-id>