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