Unit 5 - cmd commands Flashcards
1
Q
assoc
A
shows all file associations
a file association associates a file with an application capable of opening that file.
2
Q
ipconfig
A
shows ip configuration
3
Q
/?
A
help, tells you what you can do with a command
4
Q
netstat
A
List all active TCP connections
5
Q
ping [].[].[].[]
no brackets tho
A
ping
6
Q
cd
A
change directory
7
Q
cd ..
A
go back a directory
8
Q
cd ../..
A
go back 2 directories
9
Q
dir
A
list all contents of directory
10
Q
del
A
delete a file
11
Q
A