Skip to main content

Command Palette

Search for a command to run...

Day 2 :- History Of Linux And Basic Linux Commands šŸ§šŸ’»

Updated
•3 min read
Day 2 :- History Of Linux And Basic Linux Commands šŸ§šŸ’»
A

"I'm a 3rd-year Computer Engineering student at Marwadi University with skills in C++, web development (MERN stack), and DevOps tools like Kubernetes. I contribute to open-source projects and share tech knowledge on GitHub and LinkedIn. I'm learning cloud technologies and app deployment. As an Internshala Student Partner, I help others find jobs and courses." now currently focusing on #90DaysOfDevops

Day 2 :- TASK

• What is Linux ?

Linux is a free and open-source software operating system , which is based on UNIX, is well-known for its strong security, reliability, and high performance. It is very flexible, receives regular software updates, and offers both easy-to-use graphical interfaces and powerful command-line tools. Linux is also great for networking and is easy to install, Linux don't have CLI(command line interface).

There are many different versions of Linux, called distributions or "distros," each with its own unique features and capabilities. Some popular distributions include Ubuntu, CentOS, Red Hat, and Debian. Each of these distros is designed to meet different needs and preferences, making it easier for users to find one that suits them best.

• History Of Linux

The history of Linux started in 1991 when Linus Torvalds, a student from Finland, wanted to create a free and open operating system. He was inspired by another system called MINIX and wanted to make something better. On September 17, 1991, he released the first version of the Linux kernel

• Linux File System Hierarchy

In linux everthing is represented as a file or folder(directory) , the files are stored in a directory and every directory contains files with a tree structure

linux uses single rooted , inverted tree-like structure , root directory represent with /(forward slash) it is a top level directory in linux

• What is linux architecture diagram ?

A Linux architecture diagram shows how the different parts of the Linux operating system work together. Here are the main components:

  1. Hardware: The physical parts of the computer, like the CPU, memory, and storage.

  2. Kernel: The core of the operating system that manages hardware and system resources.

  3. System Libraries: Special programs that help applications interact with the kernel.

  4. System Utilities: Basic tools for managing the system, like file management and system monitoring.

  5. User Applications: Programs that users interact with, such as web browsers and text editors.

  6. Shell: The command-line interface where users can type commands to interact with the system.

This structure helps the operating system run smoothly and efficiently.

Note :- Remember this architecture using ASK word (A->Application , s->shell , k->kernal

Click on the links below for useful Linux commands:

Basic Linux Directory Commands šŸ§šŸ’»

Basic Linux List Commands šŸ§šŸ’»

• Summary

introduces Linux, its history, and its basic components in a way that's easy for beginners to understand. It starts by explaining that Linux is a free and open-source operating system known for its security, reliability, and speed. The post then covers the history of Linux, noting that it was created by Linus Torvalds in 1991. It also explains the Linux file system, which organizes files and directories in a tree-like structure. Additionally, the blog includes a diagram of Linux architecture, breaking down its main parts: hardware, kernel, system libraries, system utilities, user applications, and the shell. The post ends with links to useful Linux commands for further learning.

Thank you for reading!

Ā© 2024 Anand Raval. All rights reserved.

90DaysOfDevops

Part 48 of 49

So In This Series I am following 90 DaysOfDevops challenge , what i will learn in my devops journey i will share with you with my blogs ,You will get blog on tools which used by devops engineer , example :- Linux,ansible,terraform,docker,etc

Up next

Day 1 :- Introduction to DevOps

Day 1 :- TASK • What is Devops ? Devops is a culture. Devops is a process of improving the application delivery with Automation Quality Continuous monitoring Continuous testing In essence, DevOps acts as a bridge between the Development and Op...

More from this blog

A

Anand Raval

118 posts

Hello I am Anand Raval , i contributed my work in robotics(arduino uno) , fronted web devloper,competitive programming, now currently focusing on #90DaysOfDevops