--%>

What is Linux

Write down about Linux?

E

Expert

Verified

LINUX refers to an operating system which is based upon the UNIX, and it was first initiated by the Linus Torvalds. It is generally based upon the Linux Kernel, and may run over the various hardware platforms that are manufactured by the HP, Intel, MIPS, and Motorola. Other popular element within the Linux is its mascot, a penguin figure termed as Tux.

   Related Questions in Programming Languages

  • Q : What is testing What is testing?

    What is testing?

  • Q : Define the term Nested class Define the

    Define the term Nested class:  It is a class stated within an enclosing class.

  • Q : Describe Unnamed package Unnamed

    Unnamed package: All classes defined in the files without a package declaration are placed in an unnamed package.

  • Q : What is SLAM SLAM is a Microsoft

    SLAM is a Microsoft project that blurs the line between static analysis and model checking and deductive reasoning. The main goal of SLAM is to check temporal safety properties of C programs (it actually checks that a program correctly uses the interf

  • Q : What is Pointer Arithmetic Pointer

    Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ...

    Q : Explain Aggregation Aggregation : It is

    Aggregation: It is a relationship in which an object has one or more other subordinate objects as portion of its state. The subordinate objects usually have no self-governing existence separate from their containing object. Whenever the containing obj

  • Q : Define the term Dynamic type Define the

    Define the term Dynamic type: This type of an object is the name of the class employed to construct it.

  • Q : What is an Unchecked exception

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will cause program annihilation when it is thrown.

  • Q : What is Class method What is Class

    What is Class method: It is a synonym for the static method.

  • Q : Method over ridding in java Q.  

    Q. Explain method over ridding in java. Give ex