Removing Directory Using rmdir Command Tool in Linux
rmdir command is used to delete a directory. Without any options for ths tool, you won't be able to delete a directory which has sub-directories. That means, a directory has…
Describes Linux Operating System
rmdir command is used to delete a directory. Without any options for ths tool, you won't be able to delete a directory which has sub-directories. That means, a directory has…
The mkdir stands for 'make directory'. The mkdir command tool is used mostly to create directories. Simple the name of the directory as an argument to the command creates the…
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…
The Linux nslookup command is also used to find DNS related query. nslookup stands for Name Server Lookup. This tool is used to query the name servers related to a…
dig command stands for Domain Information Groper. The Linux dig command is used for queries related to DNS name servers. This tool mainly deals to troubleshoot DNS related problems. Now…
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…
netstat command stands for Network Statistic. netstat command shows information about different interface statistics including open sockets, routing tables and connection information. This tool is one of the important tool…
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…
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…
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…