Skip to content

Commit 9b9db7e

Browse files
committed
更新了Linux阶段的文档
1 parent 25f9630 commit 9b9db7e

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Day31-35/玩转Linux操作系统.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -959,11 +959,12 @@ build environment:
959959
960960
### 进程和性能
961961
962-
1. pmap
963-
2. sar
964-
3. free
965-
4. iostat
966-
5. gprof
962+
1. top
963+
2. pmap
964+
3. sar
965+
4. free
966+
5. iostat
967+
6. gprof
967968
968969
### 配置服务
969970
@@ -991,8 +992,8 @@ build environment:
991992
4. 查看服务。
992993
993994
```Shell
994-
995-
[root@iZwz97tbgo9lkabnat2lo8Z ~]# systemctl status firewalld
995+
996+
[root@iZwz97tbgo9lkabnat2lo8Z ~]# systemctl status firewalld
996997
```
997998
998999
5. 设置是否开机自启。
@@ -1010,6 +1011,12 @@ build environment:
10101011
### 计划任务
10111012
10121013
1. **crontab**命令。
1014+
1015+
```Shell
1016+
1017+
1018+
```
1019+
10131020
2. crontab相关文件。
10141021
10151022
### 网络访问和管理
@@ -1104,7 +1111,6 @@ build environment:
11041111

11051112
- `bye`/`exit`/`quit`:退出sftp。
11061113

1107-
11081114

11091115
### Shell和Shell编程
11101116

0 commit comments

Comments
 (0)