1.3 Network command lines Flashcards

1
Q

ipconfig commands

A

/all - more details
/release - releases ip address (DHCP)
/renew - renews the DHCP lease
/flushdns - flushes DNS cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ping commands

A

ping 8.8.8.8 - normal ping
ping -t 8.8.8.8 - ping continuously, ctrl-C stops

press ctrl to stop pinging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

tracert

A

determines route of ping

traces exact path and back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

TTL (Time to Live)

A

refers to how many hops a packet takes to a destination

TTL=1 is the first router, TTL=2 is the second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Netstat commands

A

shows current communication connections

netstat -a shows all

netstat -n removes name resolution of connections (shows ip instead)

netstat -b (must be in admin elevation) shows binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

NBTSTAT

A

netbios over tcp/IP statistics

queries NetBIOS over TCP/IP….local and remote devices

good to find ip address of machines on lan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

windows NET cmd line actions

A

NET command: starts/stop services, lots of options

net stop “filezilla ftp server”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

make/drill down/delete directory (folders) using cmd line

A

md “\user\foldername” CREATES FOLDER

CD “\user\foldername” Drills down into folder

rd “\user\foldername” Removes the folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

be sure to check messers OS cmd line tools video again

A

do it now!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

robocopy

A

robust copy

included in vista/7

“robocopy source destination”

you can use /s to copy all subdirectories as well

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

tasklist and taskkill

A

lists tasks running
taskkill ends tasks

taskkill requires name or process id for task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SFC

A

scans integrity of protected system files

options to repair or simply scan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Windows recovery console

A

last resort effort to fix an issue

fixes problems before windows starts up

break/fix OS files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

master boot record

A

first sector on drive. shows where bootable sector is located on disc

fixmbr \device\harddisk0\partition1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly