Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What command would be used to add new physical volumes to an existing volume group?

A.

vgextend

B.

vSadd

C.

pvmodify

D.

pvadd

E.

pvextend

F.

vgmodify

You have just added a new directory to be exported via NFS. what command should you run next to make that directory available?

A.

/usr/sbin/rpc.mountd -restart

B.

/bin/nfsd - reload

C.

/etcyinit.d/nfsd -reload

D.

systemctl restart nfsserver.service

E.

systmd -reload nfsserver.target

Which system initialization system is used in SLES 15?

A.

undev

B.

init

C.

System V

D.

systemd

E.

UEFI

What does the term "action* mean when referring to system logging in SUSE Linux Enterprise?

A.

An action defines where a log message ends up such as in a regular file or database table.

B.

An action is used to define the severity of a log message.

C.

An action is used to filter out desired log messages for processing.

D.

An action is a process that the issuing facility must go through before issuing the log message.

Which command will take a foreground process and suspend it. and then place it in the background as a stopped job?

A.

bg

B.

ctri+&

C.

Ctrl+Z

D.

fg--bg--stop

E.

&&

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.

Developers

Which statements about using the -U option and the -F option when running the rpm command are true? (Choose two)

A.

The -U option will install a package whether or not a previous version of the package is already installed.

B.

The -F option will install a package whether or not a previous version of the package is already installed.

C.

The -U option remove all binaries, scripts, links, and documentation files associated with the RPM in the RPM Database.

D.

The -F option will verify (fix) a broken application based on the information in the RPM Database.

E.

The -U option will remove all the binaries in the package from the file system and update the RPM Database.

F.

The -F option will install a package only if a previous version of the package is already installed.

You want ensure an ext3 filesystem is checked every 50 times it is mounted. Which command would you use?

A.

dumpe2fs

B.

mkfs

C.

fdisk -o

D.

tune2fs

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

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