![Black Box LS1016A User Manual Download Page 17](http://html.mh-extra.com/html/black-box/ls1016a/ls1016a_user-manual_2763435017.webp)
Preface
User Guide
17
Example:
ls [OPTION]... [FILE]...
Pipes
The pipe (|) indicates that one of the words separated by this character should be used in the
command.
Example:
netstat {--statistics|-s} [--tcp|-t] [--udp|-u] [--raw|-w]
When a configuration parameter is defined, the Linux command syntax conventions will be
also used, with a difference.
Greater-than and Less-than signs
When the text is encapsulated with the “<>” characters, the meaning of the text will be
considered, not the literal text. When the text is not encapsulated, the literal text will be
considered.
Spacing and Separators
The list of users in the following example must be separated by semicolons (;); the outlets
should be separated by commas (,) to indicate a list or with dashes (-) to indicate range; there
should not be any spaces between the values.
sXX.pmusers: The user access list. For example: jane:1,2;john:3,4. The format of this field is:
[<username>:<outlet list>][;<username>:<outlet list>...]
where <outlet list>'s format is:
[<outlet number>|<outlet start>-<outlet end>][,<outlet num-
ber>|<outlet start>-<outlet end>]...