Practical Flashcards

1
Q

mkdir

A

Make Directory

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

What does ping 192.168.150.2 do?

A

Sends single IP packets from the client to the server, which then reflects them.

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

What does telnet 192.168.150.2 80 do?

A

Tells the client machine to use Telnet application to access server.

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

What would tcpdump -v -i eth0 do?

A

tcpdump will now listen for incoming packets on interface etho0. The output will be verbose.

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

What does adduser <> do?

A

Adds a use with the name “newname”

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

What does Lstart do?

A

Start up netkit.

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