11: Maintenance and Diagnostics Settings
EDS-MD® Medical Device Server User Guide 80
File Display
View the list of existing files and their contents in the ASCII or hexadecimal formats.
Table 11-2 File Display Settings
To Display Files
Using Web Manager
To view existing files and file contents, click Filesystem in the menu and select Browse.
Using the CLI
To enter the Filesystem command level: enable -> filesystem
Using XML
Not applicable.
File Modification
The EDS-MD 4/8/16 device server allows for the creation and removal of files on the Filesystem.
Table 11-3 File Modification Settings
File Display Commands Description
ls Displays a list of files on the EDS-MD 4/8/16 device, 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.
pwd Print working directory.
cd Change directories.
show tree Display file/directory tree.
File
Modification
Commands
Description
rm Removes the specified file from the file system.
touch Creates the specified file as an empty file.
cp Creates a copy of a file.
mkdir Creates a directory on the file system.
rmdir Removes a directory from the file system.
format Format the file system and remove all data.