Linux是什麼與如何學習

What is Linux and how to learn it

  • [What is Linux](#What is Linux)
    • [Unix history before linux](#Unix history before linux)
    • [Linux Distribution](#Linux Distribution)
  • [How to learn Linux](#How to learn Linux)

What is Linux

Linux is an operating system. As shown in the picture, Linux is the two layers of a kernel and a system call. Early Linux was developed against 386.

Linux is easily transferable due to its open-source nature.

Unix history before linux

The Compatible Time-Sharing System, or the CTSS, was one of the first time-sharing operating systems; it was developed at MIT's Computation Center.

Multics, a great CTSS begun in 1965, was a collaborative effort involving Bell Labs, General Electric, and M.I.T. The renowned developers named Ken Thompson and Dennis Ritchie also contributed to Multics for overall growth.

The history of UNIX starts back in 1969, when Ken Thompson, Dennis Ritchie and others started working on the "little-used PDP-7 in a corner" at Bell Labs and what was to become UNIX.

BSD (Berkeley Software Distribution) is a Unix-like operating system that originated from the University of California, Berkeley in the 1970s.

System V, the 7th version of Unix developed by AT&T, can work on X86 PCs. Its source codes can not be provided to students.

Andrew Tanenbaum released his Minix (for "mini-Unix) operating system, intended for students and hobbyists.

The Free Software Foundation (FSF) and the GNU (GNU's Not Unix) Project were both started by Richard M. Stallman (RMS), and he served until recently as the head of both.

This XFree86 project, provided us the X server and an extensive suite of utilities and applications to help implement a fully functional GUI environment.

Linux was released in 1991 by Linus Torvalds who made it open source. Linux is a kernel and the main component of a Linux operating system (OS) and GNU is a collection of free software, these two project collabs give us "Linux" or "GNU/Linux" operating system.

Linux Distribution

A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and often a package management system.

LSB(Linux Standard Base), FHS(File system Hierarchy Standard)

RPM DPKG
RHEL SuSE Fedora CentOS Ubuntu Debian

How to learn Linux

computer basics

linux installation and commands

linux OS basics

vi

shell scripting

software management

network basics

website setup

相关推荐
Benszen37 分钟前
Docker容器化技术全解析
运维·docker·容器
IMPYLH42 分钟前
Linux 的 false 命令
linux·运维·服务器·bash
小江的记录本1 小时前
【Linux】《Linux常用命令汇总表》
linux·运维·服务器·前端·windows·后端·macos
一匹电信狗1 小时前
【Linux我做主】进程程序替换和exec函数族
linux·运维·服务器·c++·ubuntu·小程序·开源
济6171 小时前
ARM Linux 驱动开发篇--- Linux 并发与竞争实验(原子操作)--- Ubuntu20.04
linux·嵌入式·嵌入式linux驱动开发
加农炮手Jinx1 小时前
Flutter 三方库 cli_script 鸿蒙化极简命令行执行引擎适配探索:在多维沙盒终端环境注入异构 Shell 串联逻辑彻底拔高全自动化容器脚本运维及-适配鸿蒙 HarmonyOS ohos
运维·flutter·harmonyos
JoyCong19981 小时前
纳睿雷达×ToDesk:突破时空限制,远程运维让“中国智造”雷达更高效
运维·科技·电脑·远程操作
RisunJan2 小时前
Linux命令-mysqlimport(为MySQL服务器用命令行方式导入数据)
linux·服务器·mysql
Saniffer_SH2 小时前
【每日一题】一台可编程的PCIe 6.0主机 + 一套自动化CTS验证平台 + 一个轻量级链路分析系统
运维·服务器·测试工具·fpga开发·自动化·计算机外设·硬件架构
吕司2 小时前
Linux线程的概念
linux·运维·服务器