CMD Commands Flashcards

(45 cards)

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

20
Q

Hidden

21
Q

S attribute

22
Q

System

23
Q

ren

24
Q

Rename File

25
sfc
System File Checker
26
System File Checker
sfc
27
Windows network commands
NET
28
Windows utility for querying NetBIOS over TCP/IP information
nbstat
29
List local NetBIOS names
nbstat -n
30
List remote NetBIOS names, referenced by IP Address
nbstat -A
31
List remote NetBIOS names, referenced by name
nbstat -a
32
Network statistics
netstat
33
Show all active connections
netstat -a
34
Show binaries
netstat -b
35
Do not resolve names Reomves the names of foreign addresses and replaces it with the IPs
netstat -n
36
Fixes errors on the disk
chkdsk /f
37
Locates bad sectors and recovers readable information
chkdsk /r
38
Robust Copy
robocopy
39
Copies files and directory trees
xcopy
40
Copies files, directory trees, and sub directories
xcopy /s
41
Delete file from a directory or disk
del or erase
42
Copy file from a directory or disk
copy
43
Copy indicates an ASCII text file
copy /a
44
Copy verifies that new files are written
copy /v
45
Copy that suppresses prompting to confirm that you want to overwrite an existing destination file
copy /y