{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

ComViewing and Managing Log Files Flashcards

(11 cards)

1
Q

Log file Categories

A

System
Service
Event
Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A logging system which stores logs in a binary format that can be viewed by using the journalctl utility

A

systemd journal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A utility that can be installed and is usually installed by default in order to manage log files.

A

logrotate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The main system log for debian based hosts and stores all global system activity and startup messages

A

/var/log/syslog
Options controlled by /etc/syslog.config or /etc/rsyslog.conf in newer versions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The main system log on rhel based hosts. Stores all global system acitivity and startup messages

A

/var/log/messages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Option for journalctl that views messages for a particular systemdunit

A

-u unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Follows journalctl for latest messages

A

-f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

jumps to the end of the journal

A

-e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

adds explanaion texts from the message catalog

A

-xs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

hows entries from a specified data

A

-s -u since until

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Setings for the systemd journal can be updated by modifying /etc/systemd/journald.conf

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly