13 CMD (Command Prompt) Commands
Every Hacker/ Programmer Should Know
Every Hacker/ Programmer Should Know
1. Creat New Folder
/> mkdir [FolderName]
Makes directory and creates a new folder in the working directory
/> mkdir [FolderName]
Makes directory and creates a new folder in the working directory
2. Copy Files
/> copy [file] [destination]
Copy a file to a particular destination
/> copy [file] [destination]
Copy a file to a particular destination
3. List Files
/> dir
Lists files and folders contained in the current working directory
/> dir
Lists files and folders contained in the current working directory
4. Ipconfig
/> ipconfig
It displays your Network information, like IP, Gateway, DNS…
/> ipconfig
It displays your Network information, like IP, Gateway, DNS…
5. Change Directory
/> cd [FolderName]
Let’s you change and access the directory
/> cd [FolderName]
Let’s you change and access the directory
6. Hide a Folder
/> attrib +h +s +r [FolderName]
The command can be used to hide folder or a file
/> attrib +h +s +r [FolderName]
The command can be used to hide folder or a file
7. Delete Files
/> del [file]
Deletes Files and Files in Folder
/> del [file]
Deletes Files and Files in Folder
11.Shutdown System
/> shutdown -s
This command line shuts down a System
/> shutdown -s
This command line shuts down a System
12. Rename Files
/> ren [files] [newFolderName]
Rename Files and Folder
/> ren [files] [newFolderName]
Rename Files and Folder
13. ARP
/> arp -a
It shows you the ARP table. Using this command you can find out if arp poisoning was done on your LAN
/> arp -a
It shows you the ARP table. Using this command you can find out if arp poisoning was done on your LAN
Loading suggestions...