1) List all the users

system> users
Account Login ID Access Password Expires
——- ——– —— —————-
1 USERID Read/Write Password doesn’t expire
system>

 

2) Create a new user with password and authority level

system> users -2 -n sysadmin -p drink7up -a super
ok

 

3) You should able to see the new user account

system> users
Account Login ID Access Password Expires
——- ——– —— —————-
1 USERID Read/Write Password doesn’t expire
2 sysadmin Read/Write Password doesn’t expire
system>

 

4) Logout and Login with new user. Validate the current user

system> users -curr
Login ID Session type IP or hostname
——– ———— ————–
sysadmin SSH 168.21.25.54
system>