UNIX vs. Windows End-of-Line Mystery

Time to discuss the infamous end-of-line in UNIX like systems vs. Windows systems. Just in case you do not know what end-of-line is. End of line character is the character that tells the system that the line of the file ends. For example, when you write a text file using a text editor, you may write something like:

This is the first line of the text file
This is the second line of the text file

When editing the file, to indicate to the system that the line is finished, you would press the ‘Enter’ key. Continue reading “UNIX vs. Windows End-of-Line Mystery”

The UNIX Mount Point

You have probably heard the term “mount-point” and wondered, or maybe not. You know it’s there, and files are in it, but you don’t know what it is? If this is the case then read this article…

I am assuming that you know what a file and/or a directory is, a directory is also called a folder. Well, a mount-point is simply the directory or file for which e device, normally a disk, either local or remote, is exposed to the system for interaction. Let’s take a common Linux system for example, this particular system is a CentOS, but it should not matter which system or UNIX type it is. Continue reading “The UNIX Mount Point”