A quick brown fox jumps over the lazy dog!
Configuration directory The configuration directory contains configured files which configures the parameters and initial settings for some computer programs. Configuration directory have following sub-diectories there are : 1./boot2./etc Now we…
Continue Reading
Linux Configuration Directory description
Linux Binary Directory Unix and Linux binary files are the files which contain compiled source code. Which are call machine code. It you can also call executable files because they…
Continue Reading
Linux Binary directory descriptions
Linux filesystem hierarchy standard (FHS) describes directory structure. It is content in Unix and Unix like operating system.Like that linux. It explains where files and directories should be located and…
Continue Reading
What is Linux Filesystem Hierarchy Standard (FHS)?
Unix and Linux more command also displays the content of a file. Difference between is that, in case of larger files, 'cat' command output will scroll off your screen while…
Continue Reading
Linux more and less command Options
Unix or Linux tac command is the reverse of the cat command. It is also known as cat backward. It prints the last line first, then second last and so…
Continue Reading
Linux tac command and options description
The Unix and Linux cat command is the most universal and powerful tool. It can be used to display the content of a file, copy content from one file to…
Continue Reading
Linux Cat Command and Options description
The Unix and Linux grep command stands for global regular expression print. The system grep command filters the content of a file which makes our search easy. grep with pipe…
Continue Reading
Linux grep Filters and options descriptions
The linux tail command displays the last lines of a file. It can also follow a file stream and show the contents updated in the stream. In the simplest form…
Continue Reading
Linux tail command for file system.
The system of Linux head command displays the starting of a file. It is by default, displays starting 10 lines of any file. Syntax of head command : # head…
Continue Reading
Linux head command description.
Unix and Linux system have many commands which help to look at the contents of a file. We will describe and look at some of the commands like head, tac,…
Continue Reading
Linux operating system’s file contents command description