Skip to main content

Features Of Linux || Why should We Use Linux || Why to choose Linux


Using a kind of OS is usually determined by the kind of features it is wearing. The features those especially needed to us, means speed of performing task, cost of implementation, and many more. When it comes to Linux, how efficient is it or how good is it? We also consider its features first. We all know ,if , Linux is the most secure OS that can't be easily effected by the viruses too. But the reason of being unaffected is , it is complex to understand and vast to learn that makes it tougher task for someone to breach into it with and easily use it. As the result, there are much less users of linux. Actually Linux was build for UNIX learners to understand its working. And it is completely a working free image of UNIX.

The following features explain the Linix OS usabilities.

1. Linux is inexpensive.
       i.) Freely downloadable.
      ii.) Easily downloaded from web.
     iii.) Software may be legaly shared with friends.
      iv.) Upgradation would be free.

2. Multiuser & Multitasking System.
            i.) Linux provides facility for performing seperate jobs             for multiple users on the same OS.
            ii.) It also provides the facility for one user to run              multiple jobs,i.e. a user can edit a file, print another file on a             printer, send email to a friend and browse the www ----             without leaving any of the applications.
           iii.) Kernel is designed to handle it, a user can send one             job in the foreground and the rest run in the background.

3. Linux is fast.
      There is no second opiniin regarding the processing speed of Linux. Linux programs are very efficient because it uses few resorces (as much possible) to perform a specific task.

4. Linux is stable.
          i.) Coding of Linux is well written, improving the stability of OS. Even while performing multiple tasks, it does not get to hang , proving its high stablized nature.
         ii.) It is next to impossible to crash. If an application crashes, we can simply remove the program from memory and just restart the computer. Now everything will be working properly.
        iii.) Performing multiple tasks and even seperate tasks of multiple users do not let it down. Such ordinary facilities even do not makes Linux unstable.

5. Open Source Software.
           Linux users can read its source code and can modify it if they find some lack of facility or find some bugs or can add the desired features to it. Once verified by the Linux Authority, the modified OS can be used by others too.


6. Programming Facilities.
            i.) Linux provides programming facilities using shell scripts.
           ii.) Shell scripts have all the necessary ingredients, like control structures, loops, and variables.

7. Pattern Matching.
         Linux also provides very suffociticated pattern matching features, like * (metacharacter) which is a special character used by the system to indicate that it can match a number of file names.
      ex.- chap *



REGARDS,
ITK

Comments

Popular posts from this blog

ASCII TABLE || HEXADECIMAL TABLE

ASCII & Hexadecimal Table (CLICK THE IMAGE TO VIEW IT PROPERLY) REGARDS, ITK

Calculator Using C Programming

  C  is not only capable in maximizing the logical concept towards machine/software programming but it also makes users comfortable through its in-built functions. Making of simple calculator in C must at least be done by the novices themselves to improve and test their level of understandings in logics being applied. Here is the code that has been created for the joy of creativity through C-coding. CODE #include <stdio.h> #include <conio.h> int main() {     int a,b,result;     char ch[2]; clrscr(); gotoxy(30,1);printf("CALCULATOR"); gotoxy(10,8);printf("FIRST NUMBER : "); gotoxy(4,9);printf("OPERATION(+,-,*,/) : "); //to choose operation from gotoxy(9,10);printf("SECOND NUMBER : "); gotoxy(16,12);printf("RESULT : "); gotoxy(30,18);printf("Powered By : ITK"); gotoxy(25,8);scanf("%d",&a); // input first number gotoxy(25,9);scanf("%s",ch); //input operation as a

INSTALLING TURBO C/C++ IN WINDOWS || INSTALLING TURBO C++ || INSTALLING BORLAND'S TURBO C++

Borland's Turbo C/C++ has been making the novices to know the power of coding with interest beside of being outdated since 1987. It was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price availability. But now it's completely free to download and use. You can download Turbo C/C++ of Borland's (according to your PC's requirements) by clicking here. TO SEE THE INSTALLATION VIDEO CLICK HERE . After the download is completed, follow the following steps (picture-wise too) after opening it : 1. Double click the application to start installation. 2. Now click next. 3. Accept the license aggreement to continue to install by clicking intsall button. 4. The installing page will look like - 5. After the installation is completed soon, click read me if you wish to see its license aggreement. 6. Otherwise you can continue by clicking finish. 7. Now go to the desktop and search