Windows Commands Flashcards

1
Q

help

A

Provides information on available commands

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

/?

A

another version of help to provide specific info on a given command

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

dir

A

Lists the files and directories

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

cd / chdir

A

Change the working directory
use \ to specify the volume or folder name

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

..

A

move to the folder above the current folder

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

md / mkdir

A

Make a directory

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

rd / rmdir

A

Remove directory

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

hostname

A

View the name of the device

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

format

A

Formats a disk for use with Windows

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

copy (/v & /y)

A

copy files from one location to another
/v - verifies the new files are written correctly
/y - suppresses prompting to confirm you want to overwrite and existing destination file

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

xcopy

A

Copies files and directory trees

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

Robocopy

A

a better xcopy

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

gpupdate

A

Force a Group Policy update

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

gpresult

A

Verify policy settings for a computer or user

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

shutdown (/s /t nn) (/r /t nn) (/a)

A

shutdown a computer
wait nn seconds then shutdown
shutdown and restart after nn seconds
abort the countdown

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

sfc

A

System File Checker, scan integrity of all protected system files

17
Q

chkdsk (/f) (/r)

A

/f - fixes logical file system errors on the disk
/r - locates bad sectors and recovers readable information

18
Q

diskpart

A

start the DiskPart command interpreter

19
Q

winver

A

view the about Windows dialog

20
Q

ipconfig

A

Ping your local router/gateway and determine TCP/IP and network adapter information

21
Q

ping

A

test reachability by determining round-trip time

22
Q

netstat ( -a, -b, -n)

A

display network statistics
-a shows all active connections
-b shows binaries
-n do not resolve names

23
Q

nslookup

A

Lookup information from DNS servers

24
Q

net

A

Windows network commands

25
Q

tracert

A

Determine the route a packet takes to its destination

26
Q

pathping

A

Combine ping and traceroute. Builds a traceroute first and then pings.