CMD Commands Flashcards

1
Q

dir

A

Displays a list of files and sub-directories in a directory

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

Displays a list of files and sub-directories in a directory

A

dir

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

cd (chdir)

A

Change Directory Focus

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

Change Directory Focus

A

cd (chdir)

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

md (mkdir)

A

Make Directory

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

Make Directory

A

md (mkdir)

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

Remove Directory

A

rd (rmdir)

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

attrib

A

Displays or changes file attributes

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

Displays or changes file attributes

A

attrib

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

attrib +

A

Add an attribute

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

Add an attribute

A

attrib +

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

attrib -

A

Remove an attribute

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

Remove an attribute

A

attrib -

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

A attribute

A

Archive

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

Archive

A

A attribute

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

R attribute

A

read-only

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

read-only

A

R attribute

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

H attribute

A

Hidden

20
Q

Hidden

A

H attribute

21
Q

S attribute

A

System

22
Q

System

A

S attribute

23
Q

ren

A

Rename File

24
Q

Rename File

A

ren

25
Q

sfc

A

System File Checker

26
Q

System File Checker

A

sfc

27
Q

Windows network commands

A

NET

28
Q

Windows utility for querying NetBIOS over TCP/IP information

A

nbstat

29
Q

List local NetBIOS names

A

nbstat -n

30
Q

List remote NetBIOS names, referenced by IP Address

A

nbstat -A

31
Q

List remote NetBIOS names, referenced by name

A

nbstat -a

32
Q

Network statistics

A

netstat

33
Q

Show all active connections

A

netstat -a

34
Q

Show binaries

A

netstat -b

35
Q

Do not resolve names

Reomves the names of foreign addresses and replaces it with the IPs

A

netstat -n

36
Q

Fixes errors on the disk

A

chkdsk /f

37
Q

Locates bad sectors and recovers readable information

A

chkdsk /r

38
Q

Robust Copy

A

robocopy

39
Q

Copies files and directory trees

A

xcopy

40
Q

Copies files, directory trees, and sub directories

A

xcopy /s

41
Q

Delete file from a directory or disk

A

del or erase

42
Q

Copy file from a directory or disk

A

copy

43
Q

Copy indicates an ASCII text file

A

copy /a

44
Q

Copy verifies that new files are written

A

copy /v

45
Q

Copy that suppresses prompting to confirm that you want to overwrite an existing destination file

A

copy /y