roles 명령
이 명령을 사용하여 역할을 표시하거나 구성합니다.
다음 표는 옵션의 인수를 보여줍니다.
옵션 | 설명 | 값 |
---|---|---|
-n | 구성할 역할 | 32자로 제한 |
-p | 권한 설정 | custom:am|rca|rcvma|pr|cel|bc|nsc|ac|us
주 위의 사용자 지정 권한 플래그는 모든 조합으로 사용할 수 있습니다. |
d | 행 삭제 |
구문
roles [-options] - display/configure roles
- role_account -role number[3-31]
options:
-n - role name (limited to 32 characters)
-p - privilege (custom:am|rca|rcvma|pr|cel|bc|nsc|ac|us)
am - User account management access
rca - Remote console access
rcvma - Remote console and remote disk (virtual media) access
pr - Remote server power/restart access
cel - Ability to clear event logs
bc - Adapter Configuration (basic)
nsc - Adapter Configuration (network and security)
ac - Adapter Configuration (advanced)
us - UEFI Security
Note: the above custom permission flags can be used in any combination
-d - delete a row
예
system> roles -3 -n test1 -p custom:am|rca|rcvma
ok
system> roles
Account Role Privilege Assigned To
------- ---------------------------------- ------------------------- -------------------------------
0 Administrator all USERID
1 ReadOnly none
2 Operator custom:pr|cel|bc|nsc
3 test1 custom:am|rca|rcvma
피드백 보내기