Windows Command Line Tools Flashcards

1
Q

How can help be utilized?

A

add it before any command you want more info on such as help dir or help chkdsk

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

What is another way to get help without using the help command?

A

[command] /?

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

how do you clear the screen?

A

cls

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

how do you view the file directory?

A

dir

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

how can you change or move to a different directory on the system?

A

cd or chdir (use a backslash to indicate a specific volume or folder name)

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

what are two dots used for?

A

to move to the folder above the current folder that you are working in

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

how do you create or remove folders from the command line?

A

mkdir, chdir, rmdir

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

how do you create a file?

A

md

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

how do you remove a file?

A

rd

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

how can you shutdown your system within a certain timeframe?

A

shutdown \s \t 60 (to shutdown with a timeframe of 60 seconds)

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

how can you force a group update?

A

gpupdate

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