System information

33
How to work with files
How to display the contents of configuration and text files
To display the contents of a file, enter Privileged Exec mode and enter the command:
awplus#show file <filename>
Example To display the contents of the file called “example.cfg”, enter the command:
awplus#show file example.cfg
How to navigate through the file system
To see which directory you are currently in, enter Privileged Exec mode and enter the
command:
awplus#pwd
For the top-level directory, the output looks like this:
To change to another directory, enter Privileged Exec mode and enter the command:
awplus#cd <directory-name>
To go to a directory one level higher in the directory tree, enter the command:
awplus#cd ..
Example To change to a directory called “example”, enter the command:
awplus#cd example
To go up one level, which returns you to the top level directory, enter the command:
awplus#cd ..
To change to the top-level directory in the NVS memory file system, enter Privileged Exec
mode and enter the command:
awplus#cd nvs:
To change to the top-level directory on an SD card, enter the command:
awplus#cd card:
Showing the current directory
flash:
Changing directories
Changing to a directory in NVS memory or on an SD card