Archived
更新清理命令
This commit is contained in:
+1
-1
@@ -637,7 +637,7 @@ $ apt clean && apt autoclean && apt autoremove --purge
|
||||
$ bash -c 'find /var/cache/apt /var/lib/apt/lists /tmp -type f -print -delete'
|
||||
|
||||
## 清理系统日志
|
||||
$ find /var/log/ -type f -print -delete
|
||||
$ bash -c 'find /var/log/ -type f -print -delete'
|
||||
|
||||
## 清理命令历史记录文件
|
||||
$ rm -rvf ~/.bash_history && history -c
|
||||
|
||||
Reference in New Issue
Block a user