11-3Changing the current working directoryTo do… Use the command… RemarksChange the current workingdirectory cd { directory | .. | / } RequiredAvailable in user viewCreating a directoryTo do… Use the command… RemarksCreate a directory mkdir directory RequiredAvailable in user viewRemoving a directoryTo do… Use the command… RemarksRemove a directory rmdir directory RequiredAvailable in user viewz The directory to be removed must be empty, meaning that before you remove a directory, youmust delete all the files and the subdirectory under this directory. For file deletion, refer to thedelete command; for subdirectory deletion, refer to the rmdir command.z After you execute the rmdir command successfully, the files in the recycle bin under the directorywill be automatically deleted.File OperationsFile operations include displaying the specified directory or file information; displaying file contents;renaming, copying, moving, removing, restoring, and deleting files.You can create a file by copying, downloading or using the save command.