From a410d925f46735febfc8faf6bca79c3c5bd69fae Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 13 Feb 2024 22:35:06 +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 --- 05.PVE制作虚拟机模板.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index 4a751fd..2f95c74 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -450,7 +450,7 @@ $ sudo rm -rvf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* $ sudo find /var/log/ -type f | xargs sudo rm -rvf ## 清理命令历史记录文件 -$ rm -rvf ~/.bash_history ~/.zsh_history && history -c +$ rm -rvf ~/.bash_history ~/.zsh_history ~/.zcompdump* && history -c ## 关闭系统 $ sudo shutdown now