Hello, friend!
You can run terminal user name command to add a system user according to the actual planning.
Then, Run display terminal user command to query the user information.
With the administrator permission, to add a common user with the account as huawei, password as test01, user profile as the default root user profile, number permitted logins as 3, and appended information as user, do as follows:
huawei(config)#terminal user name
User Name(length<6,15>):huawei
User Password(length<6,15>):test01//Not displayed on the maintenance terminal
Confirm Password(length<6,15>):test01//Not displayed on the maintenance terminal
User profile name(<=15 chars)[root]:
User's Level:
1. Common User 2. Operator:1
Permitted Reenter Number(0--20):3
User's Appended Info(<=30 chars):user
Adding user succeeds
Repeat this operation? (y/n)[n]:n
huawei(config)#display terminal user name huawei
----------------------------------------------------------------------------
Name Level Status Reenter Profile Append
Num Info
---------------------------------------------------------------------------
huawei User Offline 3 root user
----------------------------------------------------------------------------
Thanks!