What happens when you launch yast2 without specifying a module name?
Correct Answer: E
Question 8
Which of the following configuration files have a format that is compatible with the system logging facility in SUSE Linux Enterprise? (Choose two)
Correct Answer: A,C
Question 9
Which Vim command will save the current file without exiting?
Correct Answer: D
Explanation Save a File in Vim / Vi #The command to save a file in Vim is :w. To save the file without exiting the editor, switch back to normal mode by pressing Esc, type :w and hit Enter. https://linuxize.com/post/how-to-save-file-in-vim-quit-editor/