Chapter 4 Basic principles in Linux!

Basic Principles in Linux!

1. Everything is a file :

In Linux everything is considered as a file. Unlike windows, all devices like cd-rom, Ram, keyboard ,Monotor etc are considered as specific files. And these devices work accourding to its file configuration.

2. Configuration data of the system is stored in text usually named with extension, .conf :

All the configuration files of the system are saved as text file having an extension .conf.  We need to edit these files using text editors like VI, VIM, PICO, NANO etc to change the system configuration. And system updation is done by modifying these conf files. Most of the system conf files will be located under the location /etc.

3. Connection pipes for standard I/O to chain programs :

The pipe operation connects the standard O/P of one program to the standard  I/P of an another. And such a  chain of programs connected is called a pipeline.

Post to Twitter Tweet This Post

Related posts:

  1. Chapter 7 Basic Commands in Linux.
  2. Chapter 11 Basic Shell Scripting in Linux!
  3. Chapter 8 File types in Linux.
  4. Chapter 6 Getting help in Linux!
  5. Chapter 9 Advanced Linux commands!

Comment Form

About this blog

This blog, acts as a knowledge repository for the world and is unofficial! Anything we find interesting in the cyber world will go here. Most cases, this blog will reflect the happiness of our staff in reaching successful solution to an issue (s)he worked on. A reference for other fellow SAGEs who come across similar issues later