Created by
Terms in this set (20)
logrotate: Manages, compresses, renames, and deletes log files based on specific criteria (such as size or date).
sar: Displays CPU and other system statistics.
dmsg: Displays information about all the hardware controlled by the kernel.
logger: Changes the message severity and where logged messages are sent.
lastlog: Displays a list of the dates and times for the last login for each user.
sar: Displays CPU and other system statistics.
dmsg: Displays information about all the hardware controlled by the kernel.
logger: Changes the message severity and where logged messages are sent.
lastlog: Displays a list of the dates and times for the last login for each user.
head: Displays the first ten lines of a text-based log file.
less: Lets you scroll through individual pages of a text-based log file.
cat: Displays the entire contents of a text-based log file.
grep: Filters text from a text-based log file.
tail: Displays the last 10 lines of a text-based log file.
less: Lets you scroll through individual pages of a text-based log file.
cat: Displays the entire contents of a text-based log file.
grep: Filters text from a text-based log file.
tail: Displays the last 10 lines of a text-based log file.
create: Creates a log file with a name identical to the one just rotated.
rotate: Specifies the number of times to rotate the log before deleting it.
maxage: Removes rotated logs that are older than the specified number of days.
missingok: Prevents errors from being displayed for missing log files.
notifempty: Prohibits empty logs from being rotated.
rotate: Specifies the number of times to rotate the log before deleting it.
maxage: Removes rotated logs that are older than the specified number of days.
missingok: Prevents errors from being displayed for missing log files.
notifempty: Prohibits empty logs from being rotated.