Log rotate 설정 ## 등록 ##/etc/logrotate.conf /log/test/test.log { daily dateext copytruncate nocompress rotate 7 missingok} ## 테스트 ##/usr/sbin/logrotate -vf /etc/logrotate.conf Linux 2025.03.11