diff --git a/服务器/Linux常用命令.md b/服务器/Linux常用命令.md index 502b2c0..c7211b7 100644 --- a/服务器/Linux常用命令.md +++ b/服务器/Linux常用命令.md @@ -1,3 +1,5 @@ 1)查看某个文件夹的总容量 -du -sh \ No newline at end of file +``` +du -sh +```