User Manual
Table Of Contents
- PremierWave EN User Guide
- 1: Using This Guide
- 2: Introduction
- 3: Using DeviceInstaller
- 4: Network Settings
- 5: Line and Tunnel Settings
- 6: Configurable Pin Manager
- 7: Services Settings
- 8: Security Settings
- 9: Maintenance and Diagnostics Settings
- 10: Advanced Settings
- 11: Tunneling
- 12: Security in Detail
- 13: Updating Firmware
- A: Technical Support
- B: Binary to Hexadecimal Conversions
- C: Compliance
- D: Warranty
- E: USB-CDC-ACM Device Driver File for Windows Hosts
- Index
PremierWave EN User Guide 44
9: Maintenance and Diagnostics Settings
File System Configuration
The PremierWave EN uses a flash file system to store files. Use the filesystem commands to
list, view,.add, remove, and transfer files.
File Display Commands
It is possible to view the list of existing files, and to view their contents in the ASCII or
hexadecimal formats.
Table 9-1 File Display Commands
File Display Commands
Description
ls Displays a list of files on the PremierWave, and their respective sizes.
cat
Displays the specified file in ASCII format.
dump
Displays the specified file in a combination of hexadecimal and ASCII
formats.
Table 9-2 Using the CLI to Display File Information
Command level
enable>filesystem
Commands
ls
cat <file>
dump <file>
File Modification Commands
The PremierWave allows for the creation and removal of files on its filesystem.
Table 9-3 File Modification Commands
File Modification Commands
Description
rm
Removes the specified file from the file system.
touch Creates the specified file as an empty file.
Table 9-4 Using the CLI to Modify PremierWave Files
Command level
enable>filesystem
Commands
rm <file>
touch <file>










