What does the term "action* mean when referring to system logging in SUSE Linux Enterprise?
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.
What are the three permissions available on posix file systems? (Choose three)
A. Read
B. Sharable
C. Edit
D. Change
E. User
F. All
G. Write
H. Execute
Which file contains the ntp configuration?
A. etc/ntp.cfg
B. /etc/ntp.conf
C. /srv/ntp/ntp.conf
D. /etc/sysconfig/ntp.conf
The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)
A. Environments requiring High-Availability
B. Desktop power users
C. Users requiring only secure terminal access
D. Data Center environments
E. Developers
Which of the following configuration files have a format that is compatible with the system logging facility in SUSE Linux Enterprise? (Choose two)
A. /etc/syslog.conf
B. /etc/syslog-ng
C. /var/log/syslog-ng.conf
D. /etc/rsyslog.conf
E. /ar/log/kernel-log
Which commands can display the groups of which a user is a member? (Choose two)
A. groups
B. whoami -g
C. whoami
D. finger
E. id
Which process ID is assigned to systemd?
A. it is the only process with no system ID.
B. 1
C. 1001
D. 0
Which UID does the root user have?
A. 0
B. 001
C. 100
D. 1001
E. The root user does not have an ID assigned
Which statements are true regarding a daemon? (Choose three)
A. A daemon process is associated to the system terminal.
B. A daemon process is associated to the user that launched the process.
C. A daemon will wait for some event to occur to trigger action on the part of the daemon.
D. A daemon process is launched by the system.
E. A daemon process is not associated with a terminal or a graphical environment.
F. The user that launched the daemon will control what the daemon does based on the user's input.
Which type of files are used for inter-process communications? (Choose two)
A. Array
B. Pipe
C. udev
D. Redirect
E. Block
F. Character
G. Socket