- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
7 Cards in this Set
- Front
- Back
|
This command lists most recent logins for each user?
|
lastlog
|
|
This command gives you the ability to rotate your logs automatically, compress or remove old logs, and even mail the log files.
|
logrotate
|
|
By default, the configuration file for logrotate is?
|
/etc/logrotate.conf
|
|
You can use this command in your configuration file to run a specified script that will move the oldest log before rotating the logs.
|
prerotate
|
|
To diagnose problems when booting your system, you can use this command to display system messages from the kernel ring buffer.
|
dmesg
|
|
What command & option would you type to review non standard panic messages?
|
dmesg -n 1
|
|
What 3 files are primarly used to see if a unauthorized user has accessed your system?
|
/var/log/wtmp, /var/log/utmp, /var/log/lastlog
|