Free SCA_SLES15 Exam Braindumps (page: 6)

Page 6 of 18

Which directory is traditionally used as a catch all to mount local and/or remote file systems?

  1. /mnt
  2. /etc
  3. /home
  4. /var
  5. /tmP

Answer(s): A

Explanation:

The /mnt directory is traditionally used as a catch all to mount local and/or remote file systems. It is a generic mount point for temporary mounts by the system administrator. It may contain subdirectories for different types of file systems or devices, such as /mnt/cdrom, /mnt/usb, /mnt/nfs, etc.


Reference:

https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-storage- mounting.html#sec-storage-mounting-mnt



Which filesystem is the recommended filesystem for data volumes?

  1. Btrfs
  2. nfs
  3. Ext3
  4. Ext4
  5. XFS

Answer(s): E

Explanation:

The recommended file system for data volumes is XFS. XFS is a high-performance and scalable file system that supports large files and file systems, online defragmentation and resizing, metadata checksums, and other features. XFS is the default file system for data partitions in SLES 15.


Reference:

https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-filesystems.html#sec-filesystems- xfs



If you have a service named tftp, which command and options would enable tftp to start automatically when the server starts?

  1. systemctl start tftp
  2. systemctl enable tftp
  3. chkconfig add tftp
  4. systemd start tftp
  5. systemctl enable-start tftp

Answer(s): B

Explanation:

If you have a service named tftp, the command and options that would enable tftp to start automatically when the server starts are systemctl enable tftp. This command will create symbolic links in the appropriate systemd target directories to enable the tftp service unit. To start the service immediately, you can also use systemctl start tftp or systemctl enable --now tftp.


Reference:

https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-systemd-services.html#sec- systemd-enable



What two commands will you use if you are going to compile and install from source code? (Choose two)

  1. compile
  2. make install
  3. assemble
  4. ./configure
  5. ./compile

Answer(s): B,D

Explanation:

The two commands that are commonly used to compile and install from source code are ./configure and make install. The ./configure command will check the system for dependencies, set variables, and generate a Makefile. The make install command will use the Makefile to compile the source code and copy the binaries and files to the appropriate locations.


Reference:

https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-software-install-source.html



Page 6 of 18



Post your Comments and Discuss SUSE SCA_SLES15 exam with other Community members:

Hua Gong commented on May 28, 2024
Q19: https://documentation.suse.com/smart/network/html/ntp-time-synchronization/index.html Configuring NTP by adjusting /etc/chrony.conf
NEW ZEALAND
upvote

B commented on March 05, 2024
Q11: The name of the system logging facility is "syslog". https://www.rsyslog.com/doc/configuration/modules/pmnull.html#syslogfacility
HUNGARY
upvote

w commented on December 11, 2023
Question 20: Answer A is wrong. Should be "man cp"
POLAND
upvote

w commented on December 11, 2023
Answer to Q11 is wrong. RSYSLOG, not syslog-ng
POLAND
upvote

kagiso commented on October 19, 2023
this might come handy
Anonymous
upvote