Hi all, In this I will discuss you with the basic of linux that we used on daily bases. Now a days you will find linux servers every where. So let me help you understand this platform. First I will tell you about the directory structure of Linux as below. / The root directory, the top-level directory in the FHS. All other directories are subdirectories of root, which is always mounted on some partition. All directories that are not mounted on a separate partition are included in the root directory /bin Essential command line utilities. Should not be mounted separately; otherwise, it could be difficult to get to these utilities when using a rescue disk. /boot Includes Linux startup files, including the Linux kernel. Can be small; 16MB is usually adequate for a typical modular kernel. If you use multiple kernels, such as for testing a kernel upgrade, increase the size of this partition accordingly. /etc Most basic configuration files. /dev Hardware and so...