From 8cf2fe4ad9a3b4e0c7cb3ddef717fc56bbf4942a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Sun, 7 Aug 2022 08:12:17 +0000 Subject: [PATCH] =?UTF-8?q?update=205.PVE=E9=85=8D=E7=BD=AE=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E8=99=9A=E6=8B=9F=E6=9C=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 5.PVE配置模板虚拟机.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.PVE配置模板虚拟机.md b/5.PVE配置模板虚拟机.md index 38e025d..90bea83 100644 --- a/5.PVE配置模板虚拟机.md +++ b/5.PVE配置模板虚拟机.md @@ -411,7 +411,7 @@ sudo apt clean && sudo apt autoclean && sudo apt autoremove --purge sudo rm -rvf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* ## 清理系统日志 -sudo find /var/log/ -type f |xargs sudo rm -rvf +sudo find /var/log/ -type f | xargs sudo rm -rvf ## 清理命令历史记录文件 rm -rvf ~/.bash_history ~/.zsh_history