1-7To do… Use the command… RemarksDisplay data on the specifiedphysical pagedisplay nandflash page-datapage-valueSetting File System Prompt ModesThe file system provides the following two prompt modes:z alert: In this mode, the system warns you about operations that may bring undesirableconsequences such as file corruption or data loss.z quiet: In this mode, the system does not prompt confirmation for any operation.To prevent undesirable consequence resulting from misoperations, the alert mode is preferred.To do… Use the command… RemarksEnter system view system-view —Set the operation prompt modeof the file system file prompt { alert | quiet } OptionalThe default is alert.File System Operations Example# Display the files and the subdirectories under the current directory. dirDirectory of flash:/0 drw- - Feb 16 2006 11:45:36 logfile1 -rw- 1218 Feb 16 2006 11:46:19 config.cfg2 drw- - Feb 16 2006 15:20:27 test3 -rw- 184108 Feb 16 2006 15:30:20 aaa.bin515712 KB total (2521 KB free)# Create a new folder called mytest under the test directory. cd test mkdir mytest%Created dir flash:/test/mytest.# Display the current working directory. pwdflash:/test# Display the files and the subdirectories under the test directory. dirDirectory of flash:/test/0 drw- - Feb 16 2006 15:28:14 mytest515712 KB total (2519 KB free)