CMD 1.2 Flashcards

lesson 2

1
Q

help

A

can type help or /?

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

dir

A

lists files and subdirectories from either the working drive and directory or from a specified path

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

cd

A

used to change directory

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

copy

A

is used to copy files from one folder to another

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

xcopy

A

it can copy folders, subfolders, and all the files with them
syntax: xcopy Source [Destination] [Switches]

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

robocopy

A

more advanced than xcopy

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

md or mkdir

A

used to create a directory

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

rd or rmdir

A

used to delete an empty directory

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

diskpart

A

used to configure disk partitions

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

format

A

writes a new file system to a drive

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

chkdsk

A

scans the files system and/or disk sectors for faults and can attempt to repair any problems detected..hopes to recover corrupted files

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

shutdown

A

/s=shutdown
/h=hibernate
/l=log off
/r=restart

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

sfc

A

used to repair system files. provides a manual interface for verifying system files and restoring them

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

Gpupdate

A

updates the latest group policy setting

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

Gpresult

A

shows what group policy is applied to the computer

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

net use

A

used to connect to a network share

17
Q

netstat

A

displays active network connections

18
Q

tracert

A

uses ICMP to return a hop count

19
Q

net user

A

used to manage user accounts

20
Q

pathping

A

performs a ping and a traceroute at the same time

21
Q

nslookup

A

identifies the current DNS server and displays IP addresses for a provided name

22
Q

hostname

A

displays a computers hostname

23
Q

ping

A

uses ICMP to return the status of a unicast
-n= change the number of pings sent
-l= change the size of the ping packets
-t= ping continuously
-4= force an IPv4 ping
-6= force an IPV6 ping

24
Q

ipconfig

A

displays interface configurations
/all=displays more detailed information
/release=removes configuations obtained through DHCP
/renew=request configuration from a DHCP server
/displaydns=displays local dns cache
/flushdns=clears local dns cache