|
Answer» Some commonly used networking commands in Unix are: - TELNET: This is used for REMOTE login and for communication with ANOTHER hostname.
- ping: This is used for checking network connectivity.
- hostname: This gives the IP address and DOMAIN name.
- nslookup: This performs a DNS query.
- xtraceroute: This is used to determine the number of hops and response time required to reach the network host.
- netstat: This provides information about system and ports, routing tables, interface statistics, etc.
- tcpdump: This provides info about both incoming and outgoing network traffic.
|