evrole

Change the current user's role to a different role

SYNOPSIS

evrole [-r]

DESCRIPTION

The evrole command displays a menu list of all of the roles a user is permitted to use. The user’s current role is preceded by an asterisk (*). The user can change their role by entering the number of a new role displayed by the command, at the prompt. Pressing q, or just pressing return exits this command without changing roles.

The -r option is not interactive. It displays the list of roles and their titles, separated by a colon, with the current role preceded by an asterisk.

EXAMPLE

$ evrole
*1. Administrator
2. Guest

Return to continue or number of new role? 2
User 'currentuser' role set to Guest.
$