GSEC · Question #21
Which of the following Unix syslog message priorities is the MOST severe?
The correct answer is B. emerg. Unix syslog defines 8 severity levels numbered 0-7, where 0 (emerg) is the most severe and indicates the system is completely unusable.
Question
Which of the following Unix syslog message priorities is the MOST severe?
Options
- Aerr
- Bemerg
- Ccrit
- Dalert
How the community answered
(28 responses)- A11% (3)
- B79% (22)
- C4% (1)
- D7% (2)
Why each option
Unix syslog defines 8 severity levels numbered 0-7, where 0 (emerg) is the most severe and indicates the system is completely unusable.
The 'err' severity (level 3) indicates error conditions but ranks below emerg, alert, and crit in the syslog priority hierarchy.
The syslog protocol defines severity level 0 as 'emerg' (emergency), meaning the system is unusable and immediate action is required. The full hierarchy from most to least severe is: emerg (0), alert (1), crit (2), err (3), warning (4), notice (5), info (6), debug (7). Both 'alert' and 'crit' are severe but rank below 'emerg' in the standard.
The 'crit' severity (level 2) indicates critical conditions such as hardware failures, but it is still less severe than both 'emerg' and 'alert'.
The 'alert' severity (level 1) means action must be taken immediately and is more severe than 'crit' and 'err', but it is one step below 'emerg' in the standard scale.
Concept tested: Unix syslog severity level hierarchy
Source: https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1
Topics
Community Discussion
No community discussion yet for this question.