Practical Flashcards
1
Q
mkdir
A
Make Directory
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.
3
Q
What does telnet 192.168.150.2 80 do?
A
Tells the client machine to use Telnet application to access server.
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.
5
Q
What does adduser <> do?
A
Adds a use with the name “newname”
6
Q
What does Lstart do?
A
Start up netkit.