Kaspersky Embedded Systems Security for Linux
Commands for managing users and roles
-U is a prefix indicating that the command belongs to the group of commands for managing users and roles.
kess-control --get-user-list
This command outputs a list of users and roles.
Command syntax
kess-control [-U] --get-user-list
kess-control --grant-role
This command assigns a role to a specific user.
Command syntax
kess-control [-U] --grant-role <
role
> <
user
>
kess-control --revoke-role
This command revokes a role from a specific user.
Command syntax
kess-control [-U] --revoke-role <
role
> <
user
>