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 . /mnt B. /etc C. /home D. /var E. /tmPView AnswerAnswer: B

May 2, 2023 No Comments READ MORE +

What tasks must be completed to accomplish this?

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...

May 2, 2023 No Comments READ MORE +

The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)

The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)A . Environments requiring High-Availability B. Desktop power users C. Users requiring only secure terminal access D. Data Center environments E. DevelopersView AnswerAnswer: B,D

May 1, 2023 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-exit C. wq! D. w E. 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...

May 1, 2023 No Comments READ MORE +

Which system initialization system is used in SLES 15?

Which system initialization system is used in SLES 15?A . undev B. init C. System V D. systemd E. UEFIView AnswerAnswer: D 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...

April 30, 2023 No Comments READ MORE +

Which command is used to manage software RAID?

Which command is used to manage software RAID?A . mdadm B. yast swraid C. raidadm D. fdisk --raid E. mdmgrView AnswerAnswer: A

April 29, 2023 No Comments READ MORE +

Which option for zypper will list the available patches?

Which option for zypper will list the available patches?A . zypper showpatch B. zypper patch C. zypper Ip D. zypper list-patch E. zypper luView AnswerAnswer: B Explanation: First, view all available patches using patches option as shown below: zypper patches Next, you can install a specific patch from the above...

April 29, 2023 No Comments READ MORE +

What does the (x) permission on a directory mean?

What does the (x) permission on a directory mean?A . Nothing - the execute permission cannot be assigned to a directory. B. The export permission on a directory means that directory can be mounted by a remote server. C. The exclude permission on a directory means that the directory will...

April 29, 2023 No Comments READ MORE +

Which statements below are true regarding these two PolKit processes?

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...

April 28, 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 4 B. zypper rr 4 C. libzypp --remove-repo 4 D. yast repo-manag E. rpm -rr 4View AnswerAnswer: B

April 28, 2023 No Comments READ MORE +