SUSE Certified Administrator in SUSE Linux Enterprise Server 15 SCA_SLES15 Exam Practice Test

Page: 1 / 14
Total 70 questions
Question 1
Question 2
Question 3

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



Question 4

If the file1.txt file already exists in your home directory, what will the touch -7file1.txt command do if anything?



Question 5

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



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 6

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



Question 7
Page:    1 / 14   
Total 70 questions