Chapter 65 File Manager
ZyWALL Series CLI Reference Guide
545
65.5 File Manager Dual Firmware Commands
The following table lists the commands that you can use for managing dual firmware. Firmware
uploaded using FTP goes to the Running partition. Use the web configurator to upload firmware to the
copy running-config startup-config
Saves your configuration changes to the flash (“non-volatile”
or “long term”) memory. The Zyxel Device immediately uses
configuration changes made via commands, but if you do not
use this command or the write command, the changes will be
lost when the Zyxel Device restarts.
copy running-config /conf/
file_name.conf
Saves a duplicate of the configuration file that the Zyxel
Device is currently using. You specify the file name to which to
copy.
delete {/conf | /idp | /packet_trace
| /script | /tmp}/file_name
Removes a file. Specify the directory and file name of the file
that you want to delete.
dir {/conf | /idp | /packet_trace |
/script | /tmp}
Displays the list of files saved in the specified directory.
rename {/conf | /idp | /packet_trace
| /script | /tmp}/old-file_name {/
conf | /idp | /packet_trace | /
script | /tmp}/new-file_name
Changes the name of a file.
Specify the directory and file name of the file that you want to
rename. Then specify the directory again followed by the new
file name.
rename /script/old-file_name /
script/new-file_name
Changes the name of a shell script.
run /script/file_name.zysh
Has the Zyxel Device execute a specific shell script file. You
must still use the
write command to save your configuration
changes to the flash (“non-volatile” or “long term”) memory.
schedule-run 1 file_name.zysh
{daily | monthly | weekly} time
{date | sun | mon | tue | wed | thu
| fri | sat}
Has the Zyxel Device execute the specified specific shell script
file at the the specified time. You must still use the
write
command to save your configuration changes to the flash
(“non-volatile” or “long term”) memory.
show running-config
Displays the settings of the configuration file that the system is
using.
setenv-startup stop-on-error off
Has the Zyxel Device ignore any errors in the startup-
config.conf file and apply all of the valid commands.
show setenv-startup
Displays whether or not the Zyxel Device is set to ignore any
errors in the startup-config.conf file and apply all of the valid
commands.
write
Saves your configuration changes to the flash (“non-volatile”
or “long term”) memory. The Zyxel Device immediately uses
configuration changes made via commands, but if you do not
use the
write command, the changes will be lost when the
Zyxel Device restarts.
Table 317 File Manager Commands Summary (continued)
COMMAND DESCRIPTION