cmd Flashcards

1
Q

clear console in cmd

A

cls

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

open settings in cmd

A

start ms-settings:

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

find if ports in use in cmd

A

netstat -ano | findstr 8111

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

kill processes that uses port in cmd windows

A

taskkill /F /pid 6684 ← (it pid not port)

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

Close and open your terminal window for the installation to take effect [Linux]

A

source ~/.bashrc

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