Setting the file system operation mode, File and directory management examples – H3C Technologies H3C S12500 Series Switches User Manual

Page 106

Advertising
background image

94

Setting the file system operation mode

The device supports the following file system operation modes:

alert—The system prompts for confirmation when your operation might cause problems such as file
corruption and data loss. This mode provides an opportunity to cancel a disruptive operation.

quiet—The system does not prompt for confirmation.

To set the file system operation mode:

Step Command

Remarks

1.

Enter system view.

system-view

N/A

2.

Set the file system operation
mode.

file prompt { alert | quiet }

Optional.
The default is alert.

File and directory management examples

# Display the files and the subdirectories in the current directory.

<Sysname> dir

Directory of flash:/

0 drw- - Feb 16 2006 11:45:36 logfile

1 -rw- 1218 Feb 16 2006 11:46:19 config.cfg

2 drw- - Feb 16 2006 15:20:27 test

3 -rw- 184108 Feb 16 2006 15:30:20 aaa.bin

129794 KB total (112775 KB free)

# Create a new folder called mytest in the test directory.

<Sysname> cd test

<Sysname> mkdir mytest

%Created dir flash:/test/mytest.

# Display the current working directory.

<Sysname> pwd

flash:/test

# Display the files and the subdirectories in the test directory.

<Sysname> dir

Directory of flash:/test/

0 drw- - Feb 16 2006 15:28:14 mytest

2540 KB total (2519 KB free)

# Return to the upper directory.

<Sysname> cd ..

# Display the current working directory.

<Sysname> pwd

Advertising