Command Line Tools Flashcards
cd
used to navigate the directory structure.
dir
displays information about the contents of the current directory.
md
create a directory
rmdir
Command-line tool for deleting directories.
ipconfig
provides information about own network connection
ping
verifies there is good connectivity between the client and the
remote destination
hostname
a label assigned to a device (a host) on a network
netstat
can be used to investigate open ports and connections on the local host. In a troubleshooting context, you can use this tool to verify whether file sharing or email ports are open on a server and whether other clients are connecting to them.
nslookup
Cross-platform command tool for querying DNS resource records.
chkdsk
scans the file system and/or disk sectors for faults and can attempt to repair any problems detected.
net user
manage accounts at the command line
net use
use to view and configure shared resources on a Windows network.
tracert
shows each and every stop along the way by using multiple pings all the way out and all the way back
format
writes a new file system to a drive. This process deletes any data existing on the drive.
xcopy
utility that allows you to copy the contents of more than one directory at a time and retain the directory structure