“Logrotate”的版本间的差异

来自wrc's Wiki
跳到导航 跳到搜索
(建立内容为“Logrotate 用于 rotate 日志文件。它的配置文件位于 <code>/etc/logrotate.d/</code>。 Debug 模式(dryrun): sudo logrotate --debug /etc/logro…”的新页面)
 
 
第8行: 第8行:
  
 
* [[archwiki:Logrotate]]
 
* [[archwiki:Logrotate]]
 +
 +
[[Category:Server]]

2021年4月26日 (一) 00:41的最新版本

Logrotate 用于 rotate 日志文件。它的配置文件位于 /etc/logrotate.d/

Debug 模式(dryrun):

sudo logrotate --debug /etc/logrotate.conf

参见