Operation Manual – File System ManagementH3C S5600 Series Ethernet Switches Chapter 1 File System Management Configuration1-2Note:The S5600 series Ethernet switches support Intelligent Resilient Framework (IRF), andallow you to access a file on a switch in one of the following ways:z To access a file on the specified unit, you need to specify the file in universalresource locator (URL) format and starting with unit[No.]>flash:/, where [No.]represents the unit ID of the switch. For example, if the unit ID of the switch is 1, theURL of a file named text.txt in the root directory of the switch isunit1>flash:/text.txt.z To access a file on the current unit, you need to enter the file URL starting withflash:/. For example, the URL of file text.txt in the root directory of the Flash on thecurrent unit is flash:/text.txt.z To access a file in the current directory, enter the path name or file name directly.For example, to access file text.txt in the current directory, you can directly input thefile name text.txt as the file URL.1.1.3 Directory OperationsThe file system provides directory-related functions, such as:z Creating/deleting a directoryz Displaying the current work directory, or contents in a specified directoryFollow these steps to perform directory-related operations:To do… Use the command… RemarksCreate a directory mkdir directory OptionalAvailable in user viewDelete a directory rmdir directory OptionalAvailable in user viewDisplay the current workdirectory pwd OptionalAvailable in user viewDisplay the informationabout specific directoriesand filesdir [ /all ] [ /fabric |file-url ]OptionalAvailable in user viewEnter a specified directory cd directory OptionalAvailable in user view