更新清理命令

This commit is contained in:
CallMeR
2024-02-13 22:35:06 +08:00
parent 2c48e3a330
commit a410d925f4
+1 -1
View File
@@ -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 $ 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 $ sudo shutdown now