System information

32
How to work with files
To display information about the different memory types on the switch, enter Privileged Exec
mode and enter the command:
awplus#show file systems
The output includes the amount of free memory and the prefix you type to access that memory
type, and looks like this:
To list the contents of a directory, enter
Privileged Exec mode and enter the command:
awplus#dir <directory-name>
Example To display the contents of a directory called “example”, enter the command:
awplus#dir example
To list the contents of a directory in NVS, enter Privileged Exec mode and enter the command:
awplus#dir nvs:<directory-name>
To list the contents of a directory on an SD card, enter the command:
awplus#dir card:<directory-name>
Example To display the contents of a directory in NVS called “example”, enter the command:
awplus#dir nvs:example
Seeing information about the file system
Size(b) Free(b) Type Flags Prefixes S/D/V Lcl/Ntwk Avail
-------------------------------------------------------------------
31.0M 6.0M flash rw flash: static local Y
- - system rw system: virtual local -
499.0k 444.0k nvs rw nvs: static local Y
- - sdcard rw card: dynamic local N
- - tftp rw tftp: - network -
- - scp rw scp: - network -
- - sftp ro sftp: - network -
- - http ro http: - network -
Listing files in a subdirectory
Tip:
You can specify the directory with or
without a / after the directory name.
Listing files in NVS memory or on an SD card