From 9b9db7e30b43c5e4f464148f3788093a26a32879 Mon Sep 17 00:00:00 2001 From: jackfrued Date: Sun, 24 Jun 2018 20:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86Linux=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E7=9A=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Day31-35/玩转Linux操作系统.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Day31-35/玩转Linux操作系统.md b/Day31-35/玩转Linux操作系统.md index ca43856..21639e5 100644 --- a/Day31-35/玩转Linux操作系统.md +++ b/Day31-35/玩转Linux操作系统.md @@ -959,11 +959,12 @@ build environment: ### 进程和性能 -1. pmap -2. sar -3. free -4. iostat -5. gprof +1. top +2. pmap +3. sar +4. free +5. iostat +6. gprof ### 配置服务 @@ -991,8 +992,8 @@ build environment: 4. 查看服务。 ```Shell - - [root@iZwz97tbgo9lkabnat2lo8Z ~]# systemctl status firewalld + + [root@iZwz97tbgo9lkabnat2lo8Z ~]# systemctl status firewalld ``` 5. 设置是否开机自启。 @@ -1010,6 +1011,12 @@ build environment: ### 计划任务 1. **crontab**命令。 + + ```Shell + + + ``` + 2. crontab相关文件。 ### 网络访问和管理 @@ -1104,7 +1111,6 @@ build environment: - `bye`/`exit`/`quit`:退出sftp。 - ### Shell和Shell编程