RUGGEDCOM ROX II
CLI User Guide
Chapter 2
Using RUGGEDCOM ROX II
File Commands 35
Parameter Description
screen-length 65
screen-width 237
service prompt config true
show-defaults false
terminal xterm
• history displays the CLI command history.
• jobs displays currently running background jobs. For example:
ruggedcom# show jobs
JOB COMMAND
2 monitor start /tmp/saved
• log and logfile display the selected log file. Use auto completion to view a list of
available log files.
show parser dump command
Displays all possible commands starting with the specified command.
show running-config option
Displays the current configuration. If an option parameter is not specified, the entire
configuration will be displayed by default . Use auto completion to see a list of configuration
options. Use | and one or more output redirects to restrict the information to be shown.
Section2.5.10.2
File Commands
Operational mode provides commands for managing log, configuration and feature key files on the device.
Parameter Description
file
Performs file operations, including:
• compare-config
• copy-config
• delete-config
• delete-featurekey
• list-config
• list-featurekey
• rename-config
• rename-featurekey
• scp-config-from-url
• scp-config-to-url
• scp-featurekey-from-url
• scp-featurekey-to-url
• scp-log-to-url
• show-config
• show-featurekey
file compare-config filename1
filename2
Compares the contents of two files. A < character indicates text that is present in the first
selected file but not in the second file. A > character indicates text that is present in the
second selected file but not in the first file. In the following example, the user information is
present in the second file, but not in the first:
ruggedcom# file compare deleted_users all_users
125,127d124
< userid jsmith
< password $1$N1YT8Azl$KcG1E6/r91EXc4mgEEsAW. role administrator
< !