Verified SCA_SLES15 dumps Q&As - 100% Pass from Prep4sures [Q39-Q58]

Share

Verified SCA_SLES15 dumps Q&As - 100% Pass from Prep4sures

Pass SCA_SLES15 Exam in First Attempt Guaranteed 2022 Dumps!


SUSE SCA_SLES15 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Overview of SUSE Linux Enterprise
  • Understand Remote Administration with OpenSSH
Topic 2
  • Understand Network Management with Wicked
  • Understand Software Management with Libzypp
Topic 3
  • Understand Compiling Software from Source
  • Understand the Filesystem Hierarchy Standard (FHS)
Topic 4
  • Understand Background Processes
  • Understand the Shell Environment
Topic 5
  • Configure Logical Volume Management (LVM)
  • Work with the Command Line
Topic 6
  • Understand Filesystem Permissions
  • Understand Time Sync with chrony
Topic 7
  • Understand Network Management in SLE
  • Understand Management of RPM Packages

 

NEW QUESTION 39
What does the following command allow you to do? alias endear"

  • A. You can type clear to run the c command.
  • B. Nothing, since there is not a command named alias.
  • C. You can type c to run the clear command.
  • D. It launches a second Login Shell and allows you to rename the clear command to just c.
  • E. It allows you to rename the clear command to just c and then deletes the clear command.

Answer: C

 

NEW QUESTION 40
What is the command and options to remove repository number 4?

  • A. yumrepo -del 4
  • B. yast repo-manag
  • C. libzypp --remove-repo 4
  • D. rpm -rr 4
  • E. zypper rr 4

Answer: D

 

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

  • A. Every subvolume on a BtrFS fiLesystem must have a name that begins with the "@" character.
  • B. Every subvolume on a BtrFS filesystem must have the same quota if quotas are implemented.
  • C. Multiple virtual filesystems can be created inside the BtrFS filesystem.
  • D. Even though subvolumes in BtrFS appear to be subdirectories, subvolumes can be mounted separately.
    The -o sub=

Answer: C,D

 

NEW QUESTION 42
True or false: It is not possible to open more than one file in Vim without running a second instance.

  • A. True
  • B. False

Answer: A

 

NEW QUESTION 43
Which command is used to manage software RAID?

  • A. yast swraid
  • B. mdmgr
  • C. raidadm
  • D. mdadm
  • E. fdisk --raid

Answer: D

 

NEW QUESTION 44
What is required to access updates for SLE?

  • A. Nothing
  • B. An account with SUSE Customer Center
  • C. Account Registration
  • D. An account with SUSE Customer Center and a SLE Product Key
  • E. Software Subscription

Answer: E

 

NEW QUESTION 45
Which UID does the root user have?

  • A. 0
  • B. 1
  • C. 001
  • D. 2
  • E. The root user does not have an ID assigned

Answer: B

 

NEW QUESTION 46
What are the three permissions available on posix file systems? (Choose three)

  • A. Sharable
  • B. Execute
  • C. All
  • D. Edit
  • E. Read
  • F. Write
  • G. Change
  • H. User

Answer: B,E,F

Explanation:
Explanation
https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-security-acls.html

 

NEW QUESTION 47
What is the name of the system logging facility in SUSE Linux Enterprise?

  • A. db-log
  • B. syslog
  • C. mail-log
  • D. syslog-ng

Answer: D

 

NEW QUESTION 48
What are the basic components of RPM? (Choose two)

  • A. RPM Editor
  • B. RPM Database
  • C. RPM Packager
  • D. RPM Compiler
  • E. RPM Package Manager

Answer: A,B

 

NEW QUESTION 49
Which file lists each user's home directory and login shell?

  • A. /var/sysconf/userenv
  • B. /var/userenv
  • C. /etc/passwd
  • D. /etc/sysconfig/homedir
  • E. /var/9hare/userenv
  • F. /etc/password

Answer: F

 

NEW QUESTION 50
Which commands and options will display the routing table? (Choose two)

  • A. ip route show
  • B. showroute -a
  • C. ipconfig -rd
  • D. ip r s
  • E. cat /etc/sysconfig/routes

Answer: A,E

Explanation:
Explanation
https://www.suse.com/support/kb/doc/?id=000016843

 

NEW QUESTION 51
Which type of files are used for inter-process communications? (Choose two)

  • A. Block
  • B. Socket
  • C. Pipe
  • D. Array
  • E. Redirect
  • F. Character
  • G. udev

Answer: C,D

 

NEW QUESTION 52
What does the (x) permission on a directory mean?

  • A. The exclude permission on a directory means that the files in the directory are hidden.
  • B. Nothing - the execute permission cannot be assigned to a directory.
  • C. The export permission on a directory means that directory can be mounted by a remote server.
  • D. The exclude permission on a directory means that the directory will not be displayed by the Is command.
  • E. The examine permission on a directory means that you can see the directory's contents.
  • F. The execute permission on a directory means you can use the cd command to change into the directory.

Answer: C

 

NEW QUESTION 53
What is the default port a VNC Client uses to connect?

  • A. TCP 5901
  • B. DP 5801
  • C. DP 5901
  • D. TCP 5801

Answer: A

Explanation:
Explanation
https://en.wikipedia.org/wiki/Virtual_Network_Computing#:~:text=VNC%20by%20default%20uses%20TCP,Ja VNC by default uses TCP port 5900+ is the display number (usually :0 for a physical display). Several implementations also start a basic HTTP server on port 5800+N to provide a VNC viewer as a Java applet, allowing easy connection through any Java-enabled web-browser. Different port assignments can be used as long as both client and server are configured accordingly. A HTML5 VNC client implementation for modern browsers (no plugins required) exists too.[8]

 

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

  • A. systemctl restart nfsserver.service
  • B. /etcyinit.d/nfsd -reload
  • C. systmd -reload nfsserver.target
  • D. /bin/nfsd - reload
  • E. /usr/sbin/rpc.mountd -restart

Answer: D

 

NEW QUESTION 55
Which process ID is assigned to systemd?

  • A. 0
  • B. 1
  • C. it is the only process with no system ID.
  • D. 2

Answer: D

Explanation:
Explanation
The program systemd is the process with process ID 1. It is responsible for initializing the system in the required way. systemd is started directly by the kernel and resists signal 9, which normally terminates processes. All other programs are either started directly by systemd or by one of its child processes.
https://documentation.suse.com/sles/15-GA/html/SLES-all/cha-systemd.html

 

NEW QUESTION 56
Which Vim command will save the current file without exiting?

  • A. w!
  • B. w-no-exit
  • C. q!
  • D. w
  • E. wq!

Answer: D

Explanation:
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 mode by pressing Esc, type :w and hit Enter.
https://linuxize.com/post/how-to-save-file-in-vim-quit-editor/

 

NEW QUESTION 57
How are the scripts in the /etc/grub.d directory used? (Choose two)

  • A. The contents of these scripts are incorporated into the /boot/grub2/grub.cfg file.
  • B. The contents of these scripts are incorporated into the /boot/grub2/custom.cfg file.
  • C. These scriptSrare taken as input by the grub2-init command.
  • D. These scripts are taken as input by the mkinitrd command.
  • E. These scripts are taken as input by the grub2-mkconfig command.
  • F. The contents of these scripts are incorporated into the /etc/grub2.d/configfiLe.

Answer: A,B

 

NEW QUESTION 58
......

SCA_SLES15 Dumps Full Questions - Exam Study Guide: https://realdumps.prep4sures.top/SCA_SLES15-real-sheets.html