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