Intro to Linux Fundamentals - What is Linux?
The Linux kernel has found its way into many diverse systems. It can now be found in everything from automobiles to rockets, watches to televisions, and netbooks to the fastest supercomputers. Linux only accounts for a relatively small percentage of the operating systems found on desktop computers, but it has gained widespread use in servers, Internet of Things (IoT) devices, networking equipment, smartphones, and many other devices.
Our main focus in this article will be its application in the cloud computing world as this article is part of the Cloud computing journey. Read along as we dive into the world of Linux fundamentals, its components, and its impact on the world of technology. Let's get started.
What is Linux?
Linux is an open-source operating system kernel that serves as the foundation for a wide range of operating systems. It was developed by Linus Torvalds in 1991. Since then it has evolved into one of the most powerful OS available. By open-source we mean that users can view, modify, and distribute the source code freely, which is unlike other common OS like Windows and macOS.
The Linux model is built with an emphasis on collaboration, making it easier for contributors worldwide to contribute to its improvement. Although you may not have interacted with the OS directly, you might have interacted with devices that are powered by Linux, a good example of this is Android devices.
Characteristics of Linux
The Linux Kernel
The kernel acts as the core component in the Linux OS. It acts as a bridge between hardware and software. Some of its main functions include managing the running of multiple applications, sharing resources among multiple users, controlling the interface to the input/output (I/O) devices connected to the computer, and managing files and directories. Other functions include:
by correctly understanding the kernel you can get insights into how various operations within the OS run.
Linux File System Structure
Understanding the Linux file system structure comes in handy when it comes to navigation and organization of the system.
Linux Distributions
As earlier mentioned, Linux is an open-source operating system that allows people to make copies and distribute. These distributions are commonly referred to as "distros". A Linux distribution is a complete set of packages that includes the kernel, system utilities, libraries, and additional software applications, that provide the users with a ready-to-use operating system. Some of the most popular distros include:
领英推荐
Others include openSUSE, Parrot OS, Linux Mint, Kali Linux, etc...
Concerning AWS, Amazon Linux 2 is the latest Linux operating system that AWS offers. It is designed to provide a stable, secure, and high-performance runtime environment for applications that run on Amazon Elastic Compute Cloud (Amazon EC2). It supports the latest EC2 instance-type features and includes packages that facilitate integration with AWS.
How to Choose the right distribution
Getting Started with Linux
To get started with Linux often begins with the installation process. This will vary depending on whether you are creating a virtual machine, installing the OS, or connecting to a server. In our case working with Linux with AWS has most of the steps set up as we are required to connect to an EC2 instance via an SSH connection key.
SSH is a network protocol that provides a secure way to access a computer. To connect to a host by using SSH, you need an SSH client. Unlike MacOS and Linux systems that give access to an SSH client via the terminal, windows users will require an additional tool called PuTTY to achieve this task. By default, the SSH connection uses port 22, which is a security group linked to the EC2 instance.
Checkpoint questions
As a checkpoint for your own Linux journey, I invite you to share your answers to the questions below in the comment section.
Conclusion
As we conclude this introductory journey into Linux fundamentals, it's important to mention that our exploration merely scratches the surface of the vast world of Linux. In the upcoming series of articles, we will be covering more about Linux and understanding how to work with it.
That marks it for this lesson, stay tuned for the next article from my AWS re/Start program journey. In addition to this check out my other pieces from this learning series below ??
Cloud Support Associate at AWS
7 个月What is a Linux distribution? - It is a complete set of packages that provide the users with a ready-to-use operating system (kernel, libraries, etc.) The bash shell is the default shell for most Linux distributions? - True - Because of its powerful scripting capabilities, extensive features, and compatibility with the Bourne shell (sh). Which command provides help for Linux commands? - The man command that provides help for Linux commands for example `man ls`. Great article! ????
Hillary, great to see your progress! Linux mastery is indeed a cornerstone for AWS expertise. Which aspect of Linux or AWS are you most excited about diving into next?