更新 src/SUMMARY.md

This commit is contained in:
cxykevin 2024-06-01 18:43:03 +08:00
parent b42c86984d
commit 2b1fac80b4
1 changed files with 40 additions and 38 deletions

View File

@ -22,47 +22,49 @@
- [操作系统](./learn_computer_basic/operating_system.md) - [操作系统](./learn_computer_basic/operating_system.md)
# 学习Linux基础 # 学习Linux基础
- 初识Linux
- [漫谈Linux学习之路](./learn_linux_basic/the_linux_learning_path.md)
- [Linux的发展历程](./learn_linux_basic/the_history_of_linux.md)
- [Linux发行版]()
- [Rocky Linux初见]()
- 文件与路径 ## 初识Linux
- [文件权限管理]()
- [文件目录管理]()
- [磁盘分区以及文件系统]()
- [gzip与xz]()
- [tar打包软件]()
- [备份]()
- Shell与Shell Script - [漫谈Linux学习之路](./learn_linux_basic/the_linux_learning_path.md)
- [Vim编辑器]() - [Linux的发展历程](./learn_linux_basic/the_history_of_linux.md)
- [学习Shell]() - [Linux发行版]()
- [Shell Script基本语法]() - [Rocky Linux初见]()
- [条件判断语句]()
- [循环]()
- [函数]()
- at与corntab ## 文件与路径
- [at]() - [文件权限管理]()
- [corntab]() - [文件目录管理]()
- [实战:文件自动备份]() - [磁盘分区以及文件系统]()
- [gzip与xz]()
- [tar打包软件]()
- [备份]()
- 程序、线程和进程 ## Shell与Shell Script
- [什么是程序]() - [Vim编辑器]()
- [线程和进程]() - [学习Shell]()
- [Job]() - [Shell Script基本语法]()
- [进程与线程的管理]() - [条件判断语句]()
- [特殊的进程和文件]() - [循环]()
- [函数]()
- SELinux ## at与corntab
- [SELinux初识]() - [at]()
- [SELinux的工作原理]() - [corntab]()
- [DAC和MAC]() - [实战:文件自动备份]()
- [SELinux错误的处理]()
- 系统服务的管理 ## 程序、线程和进程
- [Systemd与init]() - [什么是程序]()
- [systemctl的使用]() - [线程和进程]()
- [service和target]() - [Job]()
- [进程与线程的管理]()
- [特殊的进程和文件]()
## SELinux
- [SELinux初识]()
- [SELinux的工作原理]()
- [DAC和MAC]()
- [SELinux错误的处理]()
## 系统服务的管理
- [Systemd与init]()
- [systemctl的使用]()
- [service和target]()