logrotate ...
is a bash script which can rotate log files and multilog log directories and archive them in a central location.After rotating each log, logrotate will normally delete it (you can tell it not to) and may optionally touch the file (useful for Solaris syslog, which expects to log to an existing file!) and/or run a script of your choice (useful to send a HUP signal, for example). logrotate can optionally be told to do something before it starts work and/or do something when it has finished.
For more background information about logrotate, visit the logrotate Website.
For more information Contact Us.


