Section 1 Flashcards
In Windows the command for Changes the working directory (folder)
CD
In Windows the command for List current directory and subdirectory
Dir
In Windows the command for Creates a directory on the drive
Md
In Windows the command for Removes an empty directory
rmdir
In Windows the command for navigate to the previous directory.
cd..
In Windows the command for displays TCP/IP network configuration information for each
network adapter (both physical and virtual) on the device.
ipconfig
In Windows the command for returning the computer name of the local device
hostname
In Windows the command for display a list of active TCP connections on a local network.
netstat
In Windows the command for gather the network’s domain name system (dns) information.
nslookup
In Windows the command for scan the specified drive for errors and repairs them.
Chkdsk
In Windows the command for manage user accounts (add, remove, change).
net user
In Windows the command for connect to shared folders, similar to mapping a network drive
net use
In Windows this command is similar to ping, but returns path information to an IP address
destination. Similar to the traceroute command in macOS and Linux. Can be used for troubleshooting connectivity across the Web
Tracert
In Windows the command for create or re-create the specified file system on recordable or
rewritable storage (magnetic, flash, or optical media) and overwrites the contents and file table of the drive.
Format
It gives us the name server of a host or domain name. Find the IP of the domain name.
nslookup
In Windows the command for copy one or more files and folders to another folder or drive.
Xcopy
In Windows the command for copy one or more files to another folder or drive
Copy
In Windows the command for shutdown the computer
Shutdown
In Windows the command for Robust File Copy for Windows. Copies or moves files/folders;
can be configured with various optional GUIs.
Robocopy
In Windows the command for Refresh Group Policy on local or Active Directory systems.
Gpupdate
In Windows the command for Display the resultant set of policy for the specified computer
and user.
Gpresult
In Windows the command for Scans system files and replaces damaged or missing files.
Sfc
Displays help for the specified command name—for example,
xcopy /?
command name /?
In Windows the command for Creates, removes, and manages disk partitions.
Diskpart
In Windows this command is similar to traceroute but provides information on network
latency along the path to the destination. It traces and
tests network connections to an IP address.
Pathping
In Windows the command for stops specified task(s) on a local or remote computer.
Taskkill
In Windows the command for returns version information of the current Windows OS.
Winver