Displaying Commands
The CLI includes several ways to get help about commands.
To use the various Help commands:
- Type
?
to show the top-level commands available in operational mode.user@host>?
Possible completions:clear Delete statementconfigure Enter configuration modedisable Stop an SRC componentenable Start an installed SRC componentexit Exit a CLI sessionfile Perform file operationshelp Display help about commands and statementshistory Display command historyping Ping remote targetrequest Request servicerestart Restart an SRC componentset Properties for the CLI environmentshow Display informationssh Open SSH session to another hoststart Start shelltelnet Telnet to another hosttest Test a NIC resolutiontraceroute Trace route to remote host- Type
file ?
to show all possible completions for thefile
command.user@host>file ?
Possible completions:archive Archive files from the system (local)checksum Calculate file checksumcompare Compare files (local)copy Copy filesdelete Delete a file (local)list List files (local)rename Rename a file (local)show Show file contents- Type
file archive ?
to show all possible completions for thefile archive
command.user@host>file archive ?
Possible completions:compress Compresses the archived file using GNU gzip (.tgz)* destination Name of created archive* source Path of directory to archiveFor more information about getting help about commands and statements, see Chapter 4, Getting Online Help.