From 777e4bb9d7e59b00786649e2267d7ba89af0a0c8 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 6 Jan 2025 17:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B8=85=E7=90=86=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index c5b1cb1..2f86bcf 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -637,7 +637,7 @@ $ apt clean && apt autoclean && apt autoremove --purge $ rm -rvf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* ## 清理系统日志 -$ find /var/log/ -type f | xargs rm -rvf +$ find /var/log/ -type f -print -delete ## 清理命令历史记录文件 $ rm -rvf ~/.bash_history && history -c