Terminal Commands Flashcards

(20 cards)

1
Q

To show Windows version

A

ver

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

To get system information

A

systeminfo

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

For managing displayed output

A

more

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

For viewing network info expanded network info

A

ipconfig /all

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

To trace route

A

tracert

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

To look up a host/domain’s ip address

A

nslookup

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

To display network connections & listening ports

A

netstat

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

to print working directory

A

cd

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

To change directories

A

cd

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

To print child directories

A

dir

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

To visually represent child and sub-directories

A

tree

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

To go up one directory level

A

cd ..

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

To print he contents of a file

A

type

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

To copy a file

A

copy

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

To move a file

A

move

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

To delete a file (2)

17
Q

tTo list running processes

18
Q

To terminate a task

A

taskkill /PID [PID]

19
Q

To access a help page