5-22
Deleting a file
1) Select
3
in the file control submenu. The following information appears:
Deleting the file in cfa0:
'M' = MAIN 'B' = BACKUP 'S' = SECURE 'N/A' = NOT ASSIGNED
===============================================================================
|NO. Size(B) Time Type Name |
|1 10021476 Jan/20/2034 10:12:36 M cfa0:/main.bin |
|2 795 Jan/20/2006 11:58:50 N/A cfa0:/startup.cfg |
|0 Exit |
===============================================================================
Enter file No:
2) Type a file number and press
Enter
. The system asks you to confirm your operation.
The file you selected is cfa0:/startup.cfg,Delete it? [Y/N]
3) Enter
Y
for confirmation. The following message appears, indicating the file is successfully deleted.
Deleting..........Done!
Returning to the main menu
Select
0
to return to the BootWare main menu.
Setting File Types Through the CLI
Viewing all files
View the files in the current file system with the
dir
command.
<H3C>dir
Directory of cfa0:/
0 -rw- 795 Jan 20 2006 11:58:50 startup.cfg
1 -rw- 10021476 Jan 20 2034 10:12:36 main.bin
247808 KB total (237996 KB free)
File system type of cfa0: FAT32
<H3C>
Setting application file types
z
To set type of
main.bin
to
main
, use the following command:
<H3C>boot-loader file main.bin main
This command will be set the boot file.Continue?[Y/N]:y
The specified file will be used as the main boot file at the next reboot!
z
To set type of
main.bin
to
backup
, use the following command:
<H3C>boot-loader file main.bin backup
This command will be set the boot file.Continue?[Y/N]:y
The specified file will be used as the main boot file at the next reboot!