Select the valid device types. (Choose two)

Select the valid device types. (Choose two)A . Pipe B. null C. Redirect D. udev E. Network F. Character G. BlockView AnswerAnswer: F,G

April 20, 2023 No Comments READ MORE +

What starts the Linux Kernel during the boot process?

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 architectureView AnswerAnswer: B

April 20, 2023 No Comments READ MORE +

Which file system listed below would be the best choice for your data volumes?

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?A . VFAT B. XFS C. Ext2 D. ReiserFS E. Ext3View AnswerAnswer: B

April 19, 2023 No Comments READ MORE +

Which file should you modify to accomplish this?

You want to add two new custom items to the GRUB2 boot menu. Which file should you modify to accomplish this?A . /etc/grub.d/custom.cfg B. /etc/default/grub C. /etc/boot/grub.cfg D. /boot/grub2/menu.cfg E. /boot/grub2/custom.cfgView AnswerAnswer: E Explanation: https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-grub2.html

April 19, 2023 No Comments READ MORE +

detection?

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. devfsdView AnswerAnswer: A

April 18, 2023 No Comments READ MORE +

What is the command and options to remove repository number 4?

What is the command and options to remove repository number 4?A . yumrepo -del 4B . zypper rr 4C . libzypp --remove-repo 4D . yast repo-managE . rpm -rr 4View AnswerAnswer: E

April 23, 2021 No Comments READ MORE +

Which bash commands result in a valid arithmetic expansion? (Choose three)

Which bash commands result in a valid arithmetic expansion? (Choose three)A . TOTAL=$((5.3+2.2))B . TOTAL=$[8/2]C . TOTAL=$[8.4/2.1]D . TOTAL=$[2.1*4]E . TOTAL=$((5+2))F . ((TOTAL++))View AnswerAnswer: A,E

April 23, 2021 1 Comment READ MORE +

Which file should you modify to accomplish this?

You want to add two new custom items to the GRUB2 boot menu . Which file should you modify to accomplish this?A . /etc/grub.d/custom.cfgB . /etc/default/grubC . /etc/boot/grub.cfgD . /boot/grub2/menu.cfgE . /boot/grub2/custom.cfgView AnswerAnswer: E Explanation: https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-grub2.html

April 22, 2021 No Comments READ MORE +

Which directory is traditionally used as a catch all to mount local and/or remote file systems?

Which directory is traditionally used as a catch all to mount local and/or remote file systems?A . /mntB . /etcC . /homeD . /varE . /tmPView AnswerAnswer: B

April 21, 2021 No Comments READ MORE +

Which Vim command will save the current file without exiting?

Which Vim command will save the current file without exiting?A . q!B . w-no-exitC . wq!D . wE . w!View AnswerAnswer: 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...

April 21, 2021 No Comments READ MORE +