Cmd Flashcards
dir
List files and directories
cd
Change working directory
..
Moves backwards from current directory
md
Make directory (mkdir)
rd
Remove directory (rmdir)
hostname
confirms name of the system you are working on in the cmd
format
formats a disk for use with Windows (sets up a file system)
copy x y
copys a file or folder
x = source file
y = where the copy will go
xcopy
copies files and directory trees
robocopy
better version of xcopy
shutdown
shutdown or restart
diskpart
creates particition on a disk
what is a partition?
a logical division of a drive to make seperate drives on 1 storage device
winver
shows windows version
gpupdate
force a group policy update
gpresult
shows policy settings for a computer or user
ipconfig
shows ip info of machine
ping
determines if two devices can communicate
netstat
network statistics - shows connections to device
nslookup
name server lookup - gets ip addresses of web server from domain name aka google.com = 8.8.8.8
net user
shows users on windows and can make changes to accounts
net use
maps a network share to a drive letter
tracert
determines the route a packet is taking to get to and from destination
pathping
combines ping and tracert