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 +

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 21, 2021 No Comments READ MORE +

Which command will you need to use to accomplish this?

You are working at a terminal window of a server at the office, but you want to continue this work by remotely accessing the terminal session from your home office . Which command will you need to use to accomplish this?A . screenB . bgC . -tty-releaseD . Ctrl-fa, rE...

April 21, 2021 No Comments READ MORE +

After the Kernel has been loaded during the boot process, which component will handle hardware detection?

After the Kernel has been loaded during the boot process, which component will handle hardware detection?A . udevB . devmgrC . initramfsD . halE . devfsdView AnswerAnswer: A

April 19, 2021 No Comments READ MORE +

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

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

April 19, 2021 No Comments READ MORE +

Which file contains information about secondary groups on the system?

Which file contains information about secondary groups on the system?A . /etc/second.grpB . /var/share/groupC . etc/sysconflg/groupD . /etc/groupE . /var/lib/groupView AnswerAnswer: A

April 18, 2021 No Comments READ MORE +