localaccounts.user.add --role --username --password 명령을 실행합니다.
예를 들어 연산자 사용자 역할이 있는 로컬 사용자 계정 테스트를 추가하려면 다음 명령을 실행합니다.
localaccounts.user.add --role operator --username test --password
역할은
operator,
admin 또는
superAdmin일 수 있습니다.
또한 새 로컬 사용자 계정을 설정하고 이메일 및 사용자의 전체 이름을 지정할 수도 있습니다. 예를 들어 연산자 사용자 역할이 있는 로컬 사용자 계정 test1, 전체 이름 TestName 및 이메일 주소 [email protected]을 추가하려면 다음 명령을 실행합니다.