What is the command and options to remove repository number 4?
정답:
Question No : 5
What starts the Linux Kernel during the boot process?
정답:
Question No : 6
Which bash commands result in a valid arithmetic expansion? (Choose three)
정답:
Question No : 7
You're setting up a SUES 15 server which will require very large data volumes and journaling capabilities .
Which file system listed below would be the best choice for your data volumes?
정답:
Question No : 8
Which command is used to manage software RAID?
정답:
Question No : 9
You want to add two new custom items to the GRUB2 boot menu .
Which file should you modify to accomplish this?
Which file contains information about secondary groups on the system?
정답:
Question No : 11
After the Kernel has been loaded during the boot process, which component will handle hardware detection?
정답:
Question No : 12
Which Vim command will save the current file without exiting?
정답: 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/
Question No : 13
Which system initialization system is used in SLES 15?
정답: Explanation:
The program systemd is the process with process ID 1. It is responsible for initializing the system in the required way. systemd is started directly by the kernel and resists signal 9, which normally terminates processes. All other programs are either started directly by systemd or by one of its child processes.
Question No : 14
When using the nice command, which of the following is the higher priority, -15 or 7?
정답:
Question No : 15
For programs to leverage PolKit they are split into two separate processes .
Which statements below are true regarding these two PolKit processes? {Choose two)