Windows Commands Flashcards
cd\
Takes you to the top of the tree
cd [folder][subfolder]
takes you to the subfolder
cd..
Takes you one folder up
dir
Views file contents
md or mkdir
Makes a new directory (folder)
rd or rmdir
Removes a directory (folder)
ipconfig
Displays TCP/IP network configuration values
ipconfig /all
Shows information on the DNS and DHCP servers
ipconfig /release
releases the assigned IP
ipconfig /renew
requests a new IP Address
ipconfig /flushdns
removes cached DNS records
ipconfig /displaydns
shows the content of the DNS cache
ping
view connectivity, reachability, and name; used to troubleshoot connectivity issues
hostname
obtains the DNS (Domain Name System) name; can set the system’s hostname or NIS (Network Information System) domain name
netstat
monitors connections; used to troubleshoot configuration issues