Windows Command Line Tools Flashcards
An application that provides a system administrator with a text-based user interface
Command Prompt (CLI)
Command used to move into a different directory
cd command
Command used to display a list of directory and subdirectory files
dir command
Command used to create new directories and subdirectories within the file system
md command
Command used to delete or remove a directory or subdirectory within the file system
rmdir command
Command used to copy one or more files from one location to another
copy command
Command used to copy files, directories, and subdirectories from one location to another
xcopy command
Command used to copy files, directories, and subdirectories with support for longer file names and network paths from one location to another
robocopy command
Command used to manage the computer’s disk drives, partitions, volumes, and virtual hard disks
diskpart command
Command used to delete the contents of the storage device and create a new file
format command
Command used to scan the file system for file system metadata errors
chkdsk command
Command used to display the current TCP/IP network configuration and refreshes DHCP and DNS settings
ipconfig command
Command used to verify IP level connectivity to another TCP/IP
ping command
Command used to determine the path by sending an ICMP echo request
tracert command
Provides network latency and network loss information (more advanced version of tracert)
pathping command
Command used to display active TCP connections, ports used for listening, ethernet statistics, IP routing tables
netstat command
Command used to update the group policy settings on a given Windows system
gpupdate command
Command used to display the result and set polices for a given remote user and computer inside of a Windows domain
gpresult command
Allows you to run a series of different text-based commands and be able to run different tools or utilities
Command Prompt
Key Combo to open a run dialog box
Windows key + r
Command to move to the parent directory
cd ..
cd command stand for
Change Directory
dir command stand for
Directory
What command can clear the command prompt screen?
cls command