/
/
User restriction check in CloudLinux

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

In this article