Free SUSE SCA_SLES15 Exam Actual Questions

The questions for SCA_SLES15 were last updated On May 3, 2024

Question No. 1

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

Show Answer Hide Answer
Question No. 2

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?

Show Answer Hide Answer
Question No. 3

What is the first file executed by a bash login shell?

Show Answer Hide Answer
Correct Answer: A

https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html

When Bash is invoked as an interactive login shell, or as a non-interactive shell with the--loginoption, it first reads and executes commands from the file/etc/profile, if that file exists. After reading that file, it looks for~/.bash_profile,~/.bash_login, and~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The--noprofileoption may be used when the shell is started to inhibit this behavior.

The first file executed by a bash login shell is /etc/profile. This file sets global environment variables and aliases for all users. It may also source other files in /etc/profile.d/ directory. Reference: https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-bash.html#sec-bash-startup


Question No. 4

Which Vim command will save the current file without exiting?

Show Answer Hide Answer
Question No. 5

Which statements regarding subvolumes in a BtrFS filesystem are true (Choose two)

Show Answer Hide Answer