CommandLine Flashcards

1
Q

How do you leave the command line?

A

exit

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

What is the flashing underscore called?

A

cursor

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

What does the ver command do?

A

The ver command displays the operating system version you are running.

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

What does the dir command do?

A

allows you to view the directory

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

What does dir /p do?

A

read the directory one page at a time

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

What does dir /w do?

A

displays directory in wide format

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

What do you use * for?

A

to narrow down your search in the directory
ex 1. dir .log (displays all log files)
ex 2. dir p.(display files that start with a p and have an extention)`

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

What does cd do?

A

Call a different directory (change directory) (windows, root)

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

What does n: or c: do?

A

change to the n or c drives

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

What does md do?

A

Make directory

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

What does cd .. do?

A

move up a directory

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

What does rd do?

A

remove directory (delete)

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

How would you copy a directory to another directory?

A

copy n:(the drive)tomatoes.py(the file) n:\Fruits (the new location

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

How do you rename a file?

A

ren (old name) (new name)

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

How do you delete a file?

A

at the n:> del Tomatoes.py

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

what does cd \ do?

A

brings you to the root directory