Windows vs Linux VPS Hosting – Key Differences and Benefits
VPS is well known as a virtual private server. VPS has a server-splitting process. Each…
In this article, we will explain how to delete a file or a folder with the help of CMD.
Follow the following steps to delete a file or folder using CMB.

Here, we will try o delete our created file “Extra.docx” using CMD.
You need to change the path of the directory in the command line and set the path of the file you want to delete.
Enter the below command and press the enter key:
cd Desktop
Now, enter the name of the file you want to delete in the second line as given below:
del Extra.docx

Here, we will try to delete the folder that we have created “Example.” Using CMD
If you want to change the path of the directory in the command line and set the path of the folder you want to delete.
Enter the below command and press the enter key:
Cd desktop
Enter the name of the folder in the next line:
rmdir Example

You will see the folder has deleted.
In this way, you can delete a file and folder using CMD.
Explore more hosting insights, tips and industry updates.
VPS is well known as a virtual private server. VPS has a server-splitting process. Each…
First, we’ll see what exactly ownCloud is! It is an open-source application for cloud storage…
Killing a process in Linux from the command line is a fundamental skill for managing…