Test 1 Flashcards
Describe three reasons you should learn about Linux.
Linux is in widespread use. It manages point-of-sale systems and the world’s stock markets. Linux provides the foundation powering the loud revolution and the tools used to build the next generation of container-based microservices applications, software-based storage technologies, and big data solutions.
List three ways Linux is used today in modern datacenters.
A Windows user needs to interoperate with Linux. In application development, Linux hosts the application or runtime. In cloud computing, the cloud instances in the private or public cloud environment use Linux as the operating system.
Explain in detail what open source software is.
Open source software is software with source code that anyone can use, study, modify, and share.
In Chapter 1 you learned about the Linux CLI. Why is the CLI important in Linux?
From the CLI you can perform all administrative tasks.
According to Chapter 1, who develops open source software?
Many developers are paid by their organizations to work with open-source projects. Volunteers and the academic community also make vital contributions.
In detail describe what Red Hat is.
Red Hat is the world’s leading provider of open-source software solutions, using a
community-powered approach to reliable and high-performance cloud, Linux, middleware, storage, and virtualization technologies.
What is a Linux distribution?
A Linux distribution is an installable operating system constructed from a Linux kernel and supporting user programs and libraries.
Explain the multistage process that Red Hat uses to integrate open source software into RHEL?
Red hat supports individual open-source projects (code, dev time, resources). Red hat sponsors and integrates projects into a community-driven Linux Distribution Fedora. Then then stabilize the software to ensure it is ready for long term support and standardization.
What is Fedora?
It is a community of open-source contributors for Linux. In 2020 it was announced CentOS was discontinued and replaced with CentOS Stream.
What is Red Hat Enterprise Linux?
Red Hat’s enterprise-ready, commercially-supported Linux distribution. It is the leading source for open-source computing.
List three ways to “try out” Red Hat Enterprise Linux as detailed in Chapter 1.
You can download an evaluation copy from https://access.redhat.com/products/red-hat-enterprise-linux/evaluation. A free subscription is available for certain products. It is also possible to deploy an instance of RHEL through a cloud provider
What is bash? What is sh? What is the difference between bash and sh?
The default shell for RHEL is bash itcan be used to execute commands and comes with a scripting language. sh is one of the most successful shells on UNIX-like systems. bash is just an improved version of sh.
Explain what is meant by command line.
A text-based interface which can be used to input instructions to a computer system.
What is shell?
A program that is used to access the Linux command line.
List and define the three parts of a Linux command.
Command is the name of the program to run. Options are used to adjust the behavior of the command. Arguments are the targets of the command.
What does the option –help do? Explain.
Causes the command to print a description of what it does.
Explain what a desktop environment is; give examples.
The desktop environment is the graphical user interface on a Linux system. The default desktop environment for Red Hat Enterprise Linux 8 is provided by GNOME 3.