Microsoft Command Line Tool Flashcards
What command is used to change directories in the command-line tool?
cd
Which command lists the contents of a directory?
dir
What command is used to create a new directory?
md
Which command removes an empty directory?
rmdir
How do you navigate to a different drive in the command line?
C: or D: or x:
What command displays the current network configuration?
ipconfig
Which command is used to test the reachability of a host?
ping
What command shows the hostname of the computer?
hostname
Which command displays active connections and listening ports?
netstat
What command resolves a hostname to an IP address?
nslookup
Which command checks the disk for errors?
chkdsk
What command displays user accounts on the system?
net user
Fill in the blank: The command to view the current user’s group membership is _______.
net use
What command traces the route to a network host?
tracert
Which command formats a disk?
format
What command is used to copy files and directories?
XCopy
Which command is used for more advanced file copying?
robocopy
What command refreshes Group Policy settings?
gpupdate
Which command displays the results of Group Policy applied?
gpresult
What command shuts down the computer?
shutdown
Which command scans and repairs system files?
sfc
Fill in the blank: To get help with a command, you can type _______.
[command name] /?
What command is used to manage disk partitions?
diskpart
Which command sends ICMP echo requests to a specified host and reports the results?
pathping
What command displays the version of Windows?
winver