3com WXR100 3CRWXR10095A User Manual

Page of 728
608
C
HAPTER
 27: M
ANAGING
 S
YSTEM
 F
ILES
Creating a
Subdirectory
You can create subdirectories in the user files area of nonvolatile storage. 
To create a subdirectory, use the following command:
mkdir [subdirname]
To create a subdirectory called corp2 and display the root directory to 
verify the result, type the following commands:
WX1200# mkdir corp2
success: change accepted.
WX1200# dir
===============================================================================
file:
Filename
 Size
  Created
file:configuration
17 KB
May 21 2004, 18:20:53
file:configuration.txt
 379 bytes
May 09 2004, 18:55:17
corp2/
512 bytes
May 21 2004, 19:22:09
corp_a/ 
512 bytes
May 21 2004, 19:15:48
file:dangcfg
13 KB
May 16 2004, 18:30:44
dangdir/
512 bytes
May 16 2004, 17:23:44
old/
512 bytes
Sep 23 2003, 21:58:48
Total:
 33 Kbytes used, 207822 Kbytes free
===============================================================================
Boot:
Filename
 Size
  Created
*boot0:bload
  746 KB
May 09 2004, 19:02:16
*boot0:WXB03002.Rel
8182 KB
May 09 2004, 18:58:16
boot1:WXB03001.Re1
 8197 KB
May 21 2004, 18:01:02
Boot0: Total:
  8928 Kbytes used, 3312 Kbytes free
Boot1: Total:
  8197 Kbytes used, 4060 Kbytes free
===============================================================================
temporary files:
Filename
 Size
  Created
Total:
0 bytes used, 93537 Kbytes free
Removing a
Subdirectory
To remove a subdirectory from nonvolatile storage, use the following 
command:
rmdir [subdirname]
To remove subdirectory corp2, type the following example:
WX1200# rmdir corp2
success: change accepted.