一主要功能:
- 硬件驱动
- 进程管理
- 内存管理
- 网络管理
- 安全管理
- 文件管理
二OS分类:
- 服务器OS:linux(RHEL,CentOS,Rocky[和CentOS基本差不多,但更稳定,为现在主流版本],Ubuntu),Windows Server,AIX
- 桌面OS:Windows 10,Mac OS,Fedora(linux的)
- 移动设备OS:Andriod,IOS,AliOS,HarmonyOS
三操作系统相关概念
①接口:interface,来源于电气工程学科,指的是插座与插头的连接口,起到将电与电器连接起为的功能
命令行(CLI):实际是一个叫shell的终端程序提供的功能,该程序底层的实质还是调用一些操作系统提供的函数
窗口界面(GUI):通过图形窗口程序接收来自操作系统的消息,比如:鼠标、键盘动作,进而做出一些响应
②用户空间:
User space
用户程序的运行空间。为了安全,它们是隔离的,即使用户的程序崩溃,内核也不受影响
只能执行简单的运算,不能直接调用系统资源,必须通过系统接口(
system call
),才能向内核发出指令
③内核空间:
Kernel space
是
Linux
内核的运行空间
可以执行任意命令,调用系统的一切资源
三服务器三大操作系统
- Windows:
- Linux:GNU/Linux
- Unix:1969年 Ken Thompson
- System: Bell Lab
四Linux操作系统:
官网:
www.kernel.org
完整的类
UNIX
操作系统
Linux
内核
+ GNU
工具
=Linux/GNU
如:
CentOS,Ubuntu,Android

五Linux 发行版
slackware
:
SUSE Linux Enterprise Server (SLES) , OpenSuse
桌面
debian: ubuntu
,
deepin
(深度),
mint
redhat
:
RHEL: RedHat Enterprise Linux,
每
18
个月发行一个新版本
六Linux哲学思想
- 一切都是一个文件(包括硬件)
- 小型,单一用途的程序
- 链接程序,共同完成复杂的任务(shell脚本)
- 避免令人困惑的用户界面
- 配置数据存储在文本中
七Linux 生产主流版本
Rocky Linux
https://rockylinux.org/download
http:
//mirrors.aliyun.com/rockylinux/
http:
//mirrors.163.com/rocky/
http:
//mirrors.nju.edu.cn/rocky/
https:
//mirrors.sjtug.sjtu.edu.cn/rocky/
CentOS
各版本介绍
https://zh.wikipedia.org/wiki/CentOS
RHEL
各版本介绍
ttps://zh.wikipedia.org/wiki/Ubuntu
https:
//blog.youkuaiyun.com/songfulu/article/details/85310273
Ubuntu
http://cdimage.ubuntu.com/releases/ #Server
版
https:
//mirrors.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/
http:
//releases.ubuntu.com/ #Desktop
版
http:
//mirrors.aliyun.com/ubuntu-releases/
https:
//mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/