Assignment 5.md
Assignment 5

Assignment 5


SAP: 500124827
Name: Kshitij Chandrakar
Batch: 5


ifconfig: Deprecated, would not run on my machine but displays information about the connected networks. ip addr: Displays information about the connected networks. aa

hostname: displays the hostname of the machine.
aa

ping: pings the given address aa

ip route: Shows the route a given packet takes. aa

netstat: Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships aa

traceroute: Shows the route a given packet takes. aa

nmcli: cli tool to manage the network. aa

dhclient: a tool to manage network interfaces using DHCP. aa

ssh: used to ssh into other machines using the ssh protocol aa

scp: Secure File Copy over SSH in a given network. aa