SUSE Certified Administrator in Enterprise Linux 15 Questions and Answers
Question 5
What does the term "action* mean when referring to system logging in SUSE Linux Enterprise?
Options:
A.
An action defines where a log message ends up such as in a regular file or database table.
B.
An action is used to define the severity of a log message.
C.
An action is used to filter out desired log messages for processing.
D.
An action is a process that the issuing facility must go through before issuing the log message.
Answer:
A
Explanation:
Explanation:
The term “action” means an action that defines where a log message ends up such as in a regular file or database table when referring to system logging in SUSE Linux Enterprise. An action is part of a rule that specifies how to process a log message based on its properties. An action can be one of the following types: file, pipe, shell, template, discard, stop, call, omusrmsg, ommysql, ompgsql, etc. References:
Question 6
Which UID does the root user have?
Options:
A.
0
B.
001
C.
100
D.
1001
E.
The root user does not have an ID assigned
Answer:
A
Explanation:
Explanation:
The UID that the root user has is 0. The UID (user ID) is a numeric value that uniquely identifies a user on the system. The root user is the superuser or administrator who has full privileges and access to all files and commands on the system. The root user always has the UID of 0, regardless of its name or password. References:
Question 7
Which file contains information about secondary groups on the system?
Options:
A.
/etc/second.grp
B.
/var/share/group
C.
etc/sysconflg/group
D.
/etc/group
E.
/var/lib/group
Answer:
D
Explanation:
Explanation:
The file that contains information about secondary groups on the system is /etc/group. This file defines the group names, group IDs, group passwords, and group members for each group on the system. The primary group information for each user is stored in /etc/passwd file. References:
Question 8
What does the file /etc/hosts provide?
Options:
A.
Local name resolution
B.
The hostname of this system
C.
A list of DNS servers to use
D.
List of domains to search
E.
List of routes to take to remote hosts
Answer:
A
Explanation:
Explanation:
The file that provides local name resolution is /etc/hosts. This file contains mappings of hostnames to IP addresses for hosts on the local network or hosts that are frequently accessed. The system will consult this file before querying DNS servers when resolving hostnames. This can improve performance and security, as well as provide fallback in case DNS servers are unavailable. References: