1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What command in logrotate compresses old log files with gzip?
compress
What command with logrotate removes rotated log files after a certain number of days?
maxage
What command with logrotate appends a date extension to the end of archived log files?
dateext
What command with logrotate specifies the number of times to rotate the log before deleting it?
rotate
What command with logrotate rotates log files based on size?
size
How do you indicate the size a log should be deleted after?
Write the number followed by the units (k for kilobyts, M for megabytes, G for gigabytes, etc.)
What command with logrotate stops empty logs from being rotated?
notifempty
What command with logrotate prevents errors from being displayed for missing log files?
missingok
What command with logrotate creates a log file identical to the one that was just rotated?
createa
What do you have to specify using the create command with logrotate?
Permissions of the file, the owning user, and the owning group
What command with logrotate executes a command after a log file has been rotated?
postrotate