Linux Directory Tree Structure

The Directory Tree Structure of Linux might seem a bit overwhelming at first but once you get used to it you will discover that it is precise and well organized. And it all starts from the root directory...

The Directory Tree Structure of Linux might seem a bit overwhelming at first but once you get used to it you will discover that it is precise and well organized. And it all starts from the root directory...
Shell scripting is the language of Linux Command Line, it is the most used language under linux because you can assimilate and use all other languages in your scripts. you can use Python scripts, All the operating system programs and commands, you can even run php scripts right from your terminal or shell scripts....
sed (short for stream editor) is a great tool to quickly and efficently edit text files, this article is a full tutorial of how to use sed from a beginner level to an advanced one, I believe that this article will show you some of the magic of sed command...
mpd stands for music player daemon, it is a music player and as its name suggests it is a daemon, ie a process that runs in the background and you cannot interact with it directly...
Loops are an important part of any programming language, they offer a way to repeat commands or instruction without repeating lines of code, the for loop comes in different styles in bash scripting...