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 starts the Linux Kernel during the boot process?
A. initd
B. The Boot Loader
C. systemd
D. The udev process
E. BIOS or UEFI depending on the hardware architecture
Select the valid device types. (Choose two)
A. Pipe
B. null
C. Redirect
D. udev
E. Network
F. Character
G. Block
What two commands will you use if you are going to compile and install from source code? (Choose two)
A. compile
B. make install
C. assemble
D. ./configure
E. ./compile
What is required to access updates for SLE?
A. Software Subscription
B. Nothing
C. Account Registration
D. An account with SUSE Customer Center
E. An account with SUSE Customer Center and a SLE Product Key
Assuming the default value for umask, which statements regarding permissions are true? (Choose two)
A. The permissions on new files would be set to 444.
B. The permissions on new files would be set to 754.
C. The permissions on new directories would be set to 770.
D. The permissions on new directories would be set to 755.
E. The permissions on new files would be set to 644.
F. The permissions on new directories would be set to 666.
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 statement is true regarding the life cycle support for SUSE Linux platform products?
A. Service Packs have an 18 month life cycle which includes 12 months of general support and six months of extended support
B. SLE platforms have a 5 year life cycle: 3 years of general support and 2 years of extended support.
C. Support for Service Packs is only provided with Extended Support.
D. The support for SLE platforms has a 13 year life cycle: 10 years of general support and 3 years of extended support.
E. Service Packs are released every six to eight months.
Which command would you run to create an updated initial file system, if your server hardware requires additional drivers to be available for the Kernel at boot up?
A. modinitd
B. mkinitrd
C. newinitfs
D. makeinitfs
E. updinitrd
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.