COMMAND LINE Flashcards

1
Q

Command Line A+ 1001

A

Ready

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

Shortcut to Open command

A

Shift +CTRL+ ENTER TYPE CMD

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

help + your command

A

this gives more info on the command

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

command /?

A

this will give you info on command

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

dir

A

lists all files in current directory

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

cd + directory needed

A

change working directory

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

cd \

A

Changes through multiple directories

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

cd..

A

Goes back through directories

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

shutdown /s /t nn

A

Wait nn secounds, then shutdown

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

shutdown /r /t nn

A

shutdown and restart after nn secounds

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

shutdown /a

A

abort the countdown!

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

dism

A

deployment image servicing tool, WIM. This allows changes to be made with WIM images

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

sfc

A

system file checker, This reviews the system files

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

chkdsk /f

A

Check disk for errors

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

chkdsk /r

A

Recovers data in bad sectors of disk

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

diskpart

A

opens options to manage storage devices

17
Q

tasklist

A

currently running processes

18
Q

taskkill /name of exe

A

to terminate tasks

19
Q

gpupdate /target: name /force

A

force group policy update

20
Q

gpresult /r

A

verify policy settings

21
Q

format divename:

A

Formats drive

22
Q

Copy (/v, /y)

A

Verifies files copied are copied correctly

23
Q

xcopy

A

copies an entire sub directory