Skip to main content

What are Linux Distributions?

4.What are Linux Distributions?
Ans.
Although there is only one standard version of Linux, there are actually several different distributions.
Different companies and groups have packaged Linux and Linux software in slightly different ways.

Red Hat Linux:
Red Hat Linux is currently the most popular Linux distribution.
As a company, Red Hat provides software and services to implement and support professional and commercial Linux systems.
Red Hat freely distributes its version of Linux under the GNU Public License.
Red Hat generates income by providing professional level support, consulting, and training services.
Red Hat originated the RPM package system used on several distributions, which automatically installs and removes software packages.
Red Hat maintains an extensive library of Linux documentation that is freely accessible online.
On its Web site, you can link to its support page, which lists the complete set of Red Hat manuals, all in Web page format for easy viewing with any Web browser.
Red Hat offers several commercial products and services for business and ecommerce solutions.

Mandrake:
Mandrake Linux is another popular Linux distribution with many of the same features as Red Hat.
It focuses on providing up-to-date enhancements and an easy-to-use installation and GUI configuration.

SuSE:
Originally a German language-based distribution, SuSE has become very popular throughout Europe and is currently one of the fastest growing distributions worldwide.

Debian:
Debian Linux is an entirely noncommercial project, maintained by hundreds of volunteer programmers.
Its aim is to enhance Linux with new and improved applications and implementations. 

Caldera:
Caldera OpenLinux is designed for corporate commercial use.
Caldera has organized its OpenLinux distribution into several different packages, each geared to different markets.
These include the eDesktop package, which is designed for basic workstation operations, and the eServer package, which is designed for Linux servers.
Caldera also offers a line of commercial and proprietary Linux packages.

Slackware:
Slackware is available from numerous Internet sites, and you can order the CD from Walnut Creek Software.
The Slackware distribution takes special care to remain as closely UNIX compliant as possible.

TurboLinux:
TurboLinux provides English, Chinese, and Japanese versions of Linux.
It includes several of its own packages, such as TurboPkg, for automatically updating applications.

Comments

Popular posts from this blog

Explain the file systems supported by Linux.

21.Explain the file systems supported by Linux. Ans. 1. Linux can read/write to several file system that originated with other operating system much different from Linux. 2. One reason that Linux supports so many file systems is the design of its virtual file system (VFS) layer, its provides a fairly universal forms of file support, file systems supported by Linux are as follows: 3. ext3: • Ext3 stands for third extended file system. • Starting from Linux Kernel 2.4.15 ext3 was available. • The main benefit of ext3 is that it allows journaling. • Journaling has a dedicated area in the file system, where all the changes are tracked. • When the system crashes, the possibility of file system corruption is less because of journaling. (If no journaling, then fsck command (file system consistency check) is used to check for the corrupted file and to repair that file). • ext3 keeps a record of uncommitted file transactions and applies only those transactions when the sy...

Explain the tools used to monitor system security.

12.Explain the tools used to monitor system security. Ans. 1. People who, for purpose of larceny or to amuse themselves, like to break into computers, they are called ‘crackers’. 2. If there is a vulnerability in a system they will find it and use it against you. 3. Preventing use of your machine for nefarious purpose and guarding against intrusion are, in the end, your responsibility alone. 4. Red hat equips you with tools to detect and deal with unauthorised access of many kinds. 5. You need to configure those tools and understand how to sense the warning they provide. 6. Fortunately Linux is development community is quick to find potential exploits and to create ways of slamming the doors before crackers can enter in your system. 7. Red hat is careful enough to making available new, patched version in which potential exploits have been found. 8. You should make sure to download and install the repaired package. 9. This line of defence...

Explain the backing up and restoring files in Linux.

9.Explain the backing up and restoring files in Linux. Ans. 1. Backing-up and restoring files is done only by system administrator. 2. Because of built-in features, Linux doesn’t allow users to back-up their own files to removable disks. 3. It’s not enough to know that performing backup is your job, you need to formulate a strategy to making sure your system is not vulnerable to sudden disastrous disruptions. 4. If you have a high capacity tape drive and several good set of restore disks you can take backup every few days. 5. If you are managing a system with scores of users, you might find it more sensible to back up accounts and system configurations. 6. Only you can decide ‘what’ to backup, you need to decide ‘how frequently’ to perform backups, whether to maintain series of incremental backup. 7. You should maintain perfect backups without ever needing to restore to them, this means encouraging users to keep multiple copies of their important files in their ho...