Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xjq7 committed Apr 8, 2024
1 parent 1269427 commit c3492d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/TechnicalTopics/Shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ netstat -aon|findstr "10089"
# 杀死进程
taskkill /f /pid 10000
```

## 磁盘

### 磁盘撑满排查

```sh
# 查看根路径下各目录大小, 限制一层目录
du -h --max-depth=1 /
```

0 comments on commit c3492d0

Please sign in to comment.