There is a command in CIsco_ASA "show run username" .
And the output of this command is like the following :
username test password xxxxxxxxxxx encrypted privilege 5 ==> This user was created with privilege 5
username test1 password xxxxxx encrypted ==>this was created without specifying any privilege level
username admin password xxxx encrypted ==> it is superuser with 15 privilege ,
Question :
How do we check the privilege of the users when they are not shown in command output ..? Is there any other command ..?
Thanks for your reply