What is CLI?
Command Line Interface
The terminal
What does the dir command do?
Lists files and subdirectories in the current directory or a specified path.
What does the cd command do?
Change the working directory.
Enter the full path to switch directories.
What commands create a directory?
md or mkdir
How do you remove a directory?
rd directory name or rmdir directory name.
What does the diskpart command do?
the command-line interface for the Disk Management tool.
What command creates a new file system
The format command.
What does the chkdsk command do?
Scans the file system and disk sectors for faults and attempts to repair detected problems.
What command runs automatically if file system errors are detected at boot?
autochk
What does the winver command do?
Provides Windows version information, useful for support.
What command is used to safely power off, restart, hibernate, or log out of the system
shutdown /
What does the sfc command let you do?
manually verify and restore system files from cache if they are corrupt or damaged
What does the whoami command do?
displays current username and domain information.
What switch tells you about a command and what it does?
command /?
What is the robocopy command and what does it do?
Robust file copy.
Used to copy entire folder structures between volumes or across a network.
What does the ipconfig command do?
Displays the IP address, subnet mask, and default gateway (router) for all network adapters to whcih TCI?IP is bound.
What does the hostname command do?
Returns the name configured on the local machine.
If configured as a server clients machines can use hostmane to access shared folders and printers.
What does the ping command do?
Tests whether a host can communicate with another host on the same network or on a remote network.
What does the tracert command do?
Traces the path of a packet and tells the route time and hops it took to get to its destination.
The command can take an IP or FQDN as an argument
What is an alternative to tracert?
pathping
It performs a trace and then pings each hop router to measure link latency more accurately, also shows packet loss at each hop.
What does the nslookup command do?
Queries DNS servers to find domain names, or other specific DNS records.
What does the netstat command do?
Network Statistics.
Investigates open ports and connections on the local host.