Assume you need to make the third menu entry of your GRUB2 boot menu your default menu selection. What tasks must be completed to accomplish this? (Choose two)
A. Run the grub2-mkconfig command
B. Edit the /etc/default/grub file and set GRUB_DEFAULX to 2
C. Run the mkinitrd command
D. Edit /etc/grub2/custom.cfg and set GRUB_MENU to3
E. Edit the /boot/grub2/menu.cfg file and set MENU_DEFAULT to 3
F. Run the systemctl reload systemd command
For programs to leverage PolKit they are split into two separate processes. Which statements below are true regarding these two PolKit processes? {Choose two)
A. The Policy Agent process runs in the System Context.
B. The Policy Agent process runs in the User Session.
C. The Mechanism process runs in the System Context.
D. The Mechanism process runs in the User Session.
E. The Authentication Agent runs in the System Context.
F. The D-Bus runs in the User Session.
After the Kernel has been loaded during the boot process, which component will handle hardware detection?
A. udev
B. devmgr
C. initramfs
D. hal
E. devfsd
Which commands and options will display the routing table? (Choose two)
A. cat /etc/sysconfig/routes
B. ip route show
C. ip r s
D. showroute -a
E. ipconfig -rd
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 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.
What should you do if you want to define alias commands so that each time you open a terminal window those aliases are available from the command prompt?
A. Create a file named -/.alias and put your alias commands in That file.
B. This cannot be done since aliases are session specific only.
C. List all your aliases you have defined by entering the alias --list command and piping the output to the -Abashrc file.
D. Modify the /etc/.history/USER_NAME file to include your alias commands.
E. When you create the alias initially, specify the --keep parameter.
By default, what does the VNC Client and the VNC server daemon use for secure communications?
A. On SLE 15 the VNC Client assumes the server is set up as a CA.
B. Both the VNC Client and the VNC server assume you have access to a valid 3rd party CA like Verisign.
C. The VNC server prompts the VNC Client for a password that was configured when the VNC server was installed.
D. VNC is based on the Telnet protocol so encrypted communication between the VNC Client and Server is not possible.
E. A self-signed SSL certificate
Which file contains the list of DNS services SLES will contact?
A. /etc/sysconfig/nameservers
B. /etc/resolv.conf
C. /etc/sysconfig/resolv.conf
D. /etc/hosts
E. /etc/hostname
Which command will display the value of a variable named TMPDIR?
A. val $TMPDIR
B. echo STMPDIR
C. echo TMPDIR'
D. val "STMPDIR"
E. echo TMPDIR
F. show "STMPDIR'"
G. echo 'STMPDIR'