1-2Table 1-2 Directory operationsTo do… Use the command… RemarksCreate a directory mkdir directory OptionalDelete a directory rmdir directory OptionalDisplay the current work directory pwd OptionalDisplay the information about specificdirectories and files dir [ /all ] [ file-url ] OptionalEnter a specified directory cd directory Optionalz Only empty directories can be deleted by using the rmdir command.z In the output information of the dir /all command, deleted files (that is, those stored in the recyclebin) are embraced in brackets.File OperationsThe file system also provides file-related functions listed in Table 1-3.Perform the following configuration in user view. Note that the execute command should be executed insystem view.Table 1-3 File operationsTo do… Use the command… RemarksDelete a filedelete [ /unreserved ] file-urldelete { running-files |standby-files } [ /unreserved ]OptionalA deleted file can be restoredby using the undeletecommand if you delete it byexecuting the delete commandwithout specifying the/unreserved keyword.Restore a file in the recycle bin undelete file-url OptionalDelete a file from the recyclebinreset recycle-bin [ file-url ][ /force ] OptionalRename a file rename fileurl-sourcefileurl-dest OptionalCopy a file copy fileurl-source fileurl-dest OptionalMove a file move fileurl-source fileurl-dest OptionalDisplay the content of a file more file-urlOptionalCurrently, the file system onlysupports displaying thecontents of text files.Display the information about adirectory or a file dir [ /all ] [ file-url ] Optional