Linux Sed Regular Expressions
Stream Editor sed command is use for stream editing. Like example of : # echo interactive | sed 's/inte/dist/' # echo interactive | sed 's:inte:dist:' # echo interactive | sed…
Stream Editor sed command is use for stream editing. Like example of : # echo interactive | sed 's/inte/dist/' # echo interactive | sed 's:inte:dist:' # echo interactive | sed…
rmdir command is use to delete a directory. Without any options for this tool and you won't be able to delete a directory. Which has sub-directories. That means, a directory…
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…
When selecting the proper Linux distribution for you. It often confusing given the variability of selections in desktop managers. Whereas Microsoft Windows users have one desktop manager. But Linux users…
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…
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…
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…
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…