mode
This command sets one of the SuperADMIN commands as the current "mode" of the console. The specified command is then automatically prefixed to future commands so you do not have to type it each time.
For example, setting the mode
to auth
means that you can then type any of the auth
subcommands without having to retype auth
each time:
> mode auth
> providers
LDAP
eDirectory
STRLocal
ActiveDirectory
ExternalJAASModule
> add ActiveDirectory myService
All the other top level commands remain available. You do not need to reset/change the console mode to use a different top level command.
Usage | Description |
---|---|
mode <command> | Sets the specified command as the current mode. |
mode reset | Resets any user defined mode back to the default. |