Google News
logo
Unix - Interview Questions
Can you enlist some commonly used network commands?
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.
Advertisement