Which problem does logrotate solve? Which is the primary configuration file for logrotate?
What will be an ideal response?
The logrotate utility solves the problem of log files growing too large. It man-
ages system log (and other) files automatically by rotating, compressing,
mailing, and removing each file as you specify. The logrotate utility is con-
trolled by the /etc/logrotate.conf file, which sets default values and can
optionally specify files to be rotated.
Computer Science & Information Technology
You might also like to view...
AND and XOR are examples of binary operators
Indicate whether the statement is true or false.
Computer Science & Information Technology
To load an image that is on disk, use
a) instance method FromImage of class Image b) instance method GetImage of class Image c) static method Image.FromImage d) static method Image.GetImage
Computer Science & Information Technology