Command Line Utilities Flashcards
Command Line utility: displays the name of or changes the current directory
cd
Command Line utility: displays a list of files and subdirectories in a directory
dir
Command Line utility: creates a directory
md or mkdir
Command Line utility: removes (deletes) a directory
rmdir
Command Line utility: removes all directories and files in the specified directory in addition to the directory itself.
rmdir /S
Command Line utility: displays only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP.
ipconfig
Command Line utility: display full internet configuration information
ipconfig /all
Command Line utility: release the IPv4 address for the specified adapter
ipconfig /release
Command Line utility: renew the IPv4 address for the specified adapter
ipconfig /renew
Command Line utility: purges the DNS Resolver cache
ipconfig /flushdns
Command Line utility: pings the specified host
ping [host]
Command Line utility: prints the name of the current host
hostname
Command Line utility: displays protocol statistics and current TCP/IP network connections
netstat
Command Line utility: displays all connections and listening ports
netstat -a
Command Line utility: displays dns name of ip address and local gateway
nslookup [IP address]