Specifications

125
Admin Privilege Commands
from 11 to 20; and for a guest, use any number
equal to or greater than 21.
Example: Console>user -set guest guest 30 30 Guest /
User guest added
Utility Commands
Command: cat Description: Concatenate and display files.
Syntax: cat [-benstv] <filename …>
Options: -b Number the non-blank lines.
-e Display non-printing characters including
a $ character at the end of each line.
-n Precede each line output with its line
number.
-s Substitute a single blank line for multiple
adjacent blank lines.
-t Display non-printing characters including
the [tab] character.
-v Display non-printing characters excluding
the [tab] and [newline] characters.
Example: Console>cat motd
This is the message of the day
Command:
copyboot
Description: Copy a boot image to the boot sector of flash.
Syntax: copyboot <filename>
Notes: IMPORTANT! Do not interrupt or power cycle
the system once copyboot has been initiated —
it will render the card inoperative.
Example: Console>copyboot boot.bin
Warning: If this file was transferred using FTP,
please make sure the BINARY option was
specified.