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 4 View Answer Answer: E...
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=$C . TOTAL=$D . TOTAL=$E . TOTAL=$((5+2))F . ((TOTAL++)) View Answer Answer: A,E...
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.cfg View Answer Answer: E Explanation: https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-grub2.html...
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 . /tmP View Answer Answer: B...
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 Answer Answer: 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 to normal...
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 not be displayed by...
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 . bg -term disconnect...
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 . devfsd View Answer Answer: A...
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 is used to filter...
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/group View Answer Answer: A...