Which directory is traditionally used as a catch all to mount local and/or remote file systems?
Answer(s): A
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.
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?
Answer(s): E
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.
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?
Answer(s): B
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.
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)
Answer(s): B,D
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.
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-software-install-source.html
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
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the SCA_SLES15 content, but please register or login to continue.