The Unix or Linux route command displays and manipulate IP routing table for your system. Linux router is a device which is basically used to determine the best way to route packets […]
nslookup Command in linux
The Linux nslookup command is also use to find DNS related query. nslookup stands for Name Server Lookup. This tool is use to query the name servers related to a […]
dig Command in Linux
dig command stands for Domain Information Groper. The Linux dig command is use for queries related to DNS name servers. This tool mainly deals to troubleshoot DNS related problems. Now you can find record for […]
ss Command in Linux
ss command is a replacement for netstat command. The Linux ss command gives more information in comparison to the netstat. Faster than netstat as it gets all information from kernel userspace. Sample syntax of ss command : # ss […]
netstat Command in Linux
netstat command stands for Network Statistic. It’s so many helpful command. Because it can help to setup network environment. netstat command shows information about different interface statistics including open sockets, routing tables and connection […]
ping Command in Linux
ping command stands for Packet Internet Groper. This command checks the connectivity between two nodes. And finds whether a server is reachable or not. The Linux ping command keeps executing and sends […]
tracepath Command in Linux
traceroute command and tracepath command are similar. But it doesn’t require root privileges. System of traceroute installed by default in Ubuntu but you may have to download traceroute on Ubuntu system. The network […]
Linux traceroute Command
traceroute command is a network troubleshooting utility. Which helps us to determine number of hops and packets traveling path required to reach a destination. Here : If you don’t have […]
ip command tool in Linux
This is the newer version of ifconfig command. Sample syntax of IP command : # ip a or ip addr You can get details of specific interface. You can find IP address of all […]
ifconfig Command in Linux
Linux ifconfig config ifconfig stands for interface configuration. Because Linux ifconfig command enables us to initialize interface, assign IP address. It also enable or disable an interface in your system. That is display route and network interface. It is […]