1-2z Displaying the current work directory, or contents in a specified directoryFollow these steps to perform directory-related operations in user view:To 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 the following table.Follow these steps to perform file operations in user view (except the execute command that should beexecuted in system view):To 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 therecycle bin undelete file-url OptionalDelete a file from therecycle bin reset recycle-bin [ file-url ] [ /force ] OptionalRename a file rename fileurl-source fileurl-dest OptionalCopy a file copy fileurl-source fileurl-dest OptionalMove a file move fileurl-source fileurl-dest OptionalDisplay the content of afile more file-urlOptionalCurrently, the file system onlysupports displaying thecontents of text files.Display the informationabout a directory or afiledir [ /all ] [ file-url ] Optional