commands Flashcards

1
Q

ipconfig

A

displays current tcp/ip network config

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

ipconfig /all

A

shows additional info like mac address

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

ping

A

tests whether another host is available over the network

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

tracert

A

sends packets to test destinations beyond the local computer’s network

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

netstat

A

shows the network statistics for the local computer. displays TCP and UDP sessions by computer name (or IP address) and port.

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

nslookup

A

used to query dns servers to find out dns details including the ip adress of hosts

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

net use

A

used to map network drives

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

net view

A

view computers

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

net start and stop

A

used to start/stop services

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

net time

A

synchronize time

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

ifconfig

A

linux and mac wired equivalent of ipconfig. being replaced by ip

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

iwconfig

A

linux / mac wireless equivalent of ipconfig

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

ls

A

list directory contents

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

chmod

A

modifies permissions

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

chown

A

changes file ownership

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

ps

A

displays processs information

17
Q

apt-get

A

installs packages

18
Q

sudo

A

executes command as admin

19
Q

vi

A

opens a text editor

20
Q

passwd

A

changes password

21
Q

shutdown

A

brings systme down

22
Q

kill

A

terminates processes

23
Q

grep

A

searches for matching information