Answers for "logrotate force rotation"

0

logrotate force rotation

# dry run (check operations)
logrotate -vdf /etc/logrotate.d/CONFIGFILE

# run
logrotate -vf /etc/logrotate.d/CONFIGFILE
Posted by: Guest on June-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language