Rate This Document
Findability
Accuracy
Completeness
Readability

group

Command Function

Displays information about a single group or all groups and sets the debugging scope.

The group command is not supported in Attach mode.

Syntax

Displaying information about all groups:

1
group list [-h | --help]

Setting the debugging scope:

group set [-h | --help] GROUP_ID

Displaying information about a single group:

group info [-h | --help] GROUP_ID
  • The group command can be abbreviated as g, for example, g info 1.
  • The GROUP_ID parameter is mandatory and must be a positive integer.

Example

Display the information about group functions:

1
group -h

Command output:

1
2
3
4
5
6
The most commonly used group(g) sub commands are:
   list                Displays all communication subgroups.
   info                Displays the specified communication subgroup.
   set                 Specifies the currently operated communication subgroup.

 See 'group(g) COMMAND -h/--help' for more information on a specific command.