SUSE SCA SCA_SLES15 Dumps Full Questions with Free PDF Questions to Pass [Q21-Q42]

Share

SUSE SCA SCA_SLES15 Dumps Full Questions with Free PDF Questions to Pass

100% Updated SUSE SCA_SLES15 Enterprise PDF Dumps


SUSE SCA_SLES15 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Understand the GRUB2 Boot Loader
  • Define and Describe systemd
Topic 2
  • Understand Network Management with Wicked
  • Understand Software Management with Libzypp
Topic 3
  • Understand the Boot Process
  • SLE Maintenance Model
  • Understand the Linux I
  • O Stack
Topic 4
  • Understand Compiling Software from Source
  • Understand the Filesystem Hierarchy Standard (FHS)
Topic 5
  • Understand Network Management in SLE
  • Understand Management of RPM Packages
Topic 6
  • Administration and Monitoring
  • Understand Privilege Delegation
Topic 7
  • Recognize Traditional Linux File Systems
  • Understand the Linux File Types
Topic 8
  • Understand Background Processes
  • Understand the Shell Environment
Topic 9
  • Understand Process Administration
  • Flavors of SUSE Linux
  • Remote Administration
Topic 10
  • Getting Help at the Command Line
  • Understand Remote Administration with VNC

 

NEW QUESTION 21
Which process ID is assigned to systemd?

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

Answer: A

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 22
Which command will take a foreground process and suspend it. and then place it in the background as a stopped job?

  • A. &&
  • B. bg
  • C. ctri+&
  • D. Ctrl+Z
  • E. fg--bg--stop

Answer: B

Explanation:
http://fsl.fmrib.ox.ac.uk/fslcourse/unix_intro/job.html

 

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

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

Answer: E

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 24
Which command will display the value of a variable named TMPDIR?

  • A. echo 'STMPDIR'
  • B. val $TMPDIR
  • C. show "STMPDIR'"
  • D. val "STMPDIR"
  • E. echo STMPDIR
  • F. echo TMPDIR'
  • G. echo TMPDIR

Answer: B

 

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

  • A. /mnt
  • B. /etc
  • C. /var
  • D. /home
  • E. /tmP

Answer: B

 

NEW QUESTION 26
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: B

 

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

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

Answer: D,F

 

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

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

Answer: C

 

NEW QUESTION 29
firewalld maintains two separate configurations. What are they named? (Choose two)

  • A. Testing
  • B. Production
  • C. Static
  • D. Fixed
  • E. Temporary
  • F. Permanent
  • G. Runtime

Answer: F,G

Explanation:
Firewalld uses two separated configuration sets, runtime, and permanent configuration.
The runtime configuration is the actual running configuration and it is not persistent on reboots. When the firewalld service starts it loads the permanent configuration which becomes the runtime configuration.
https://www.supportsages.com/everything-you-need-to-know-about-firewalld/#:~:text=Firewalld%20uses%20two%20separated%20configuration,which%20becomes%20the%20runtime%20configuration.

 

NEW QUESTION 30
Which of the following configuration files have a format that is compatible with the system logging facility in SUSE Linux Enterprise? (Choose two)

  • A. /ar/log/kernel-log
  • B. /etc/rsyslog.conf
  • C. /etc/syslog-ng
  • D. /var/log/syslog-ng.conf
  • E. /etc/syslog.conf

Answer: B,C

 

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

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

Answer: B

 

NEW QUESTION 32
Which command is used to view the manual pages?

  • A. help -man
  • B. doc -man
  • C. show
  • D. info
  • E. man

Answer: E

Explanation:
Explanation
You can view manual pages by running the man command followed by a specific command name. If the man command is not installed on your system, install it by runningzypper install man.
https://documentation.suse.com/sles/15-GA/html/SLES-all/pre-sle.html

 

NEW QUESTION 33
What command would be used to add new physical volumes to an existing volume group?

  • A. vSadd
  • B. pvadd
  • C. vgmodify
  • D. pvextend
  • E. pvmodify
  • F. vgextend

Answer: F

Explanation:
Explanation
To add additional physical volumes to an existing volume group, use the vgextend command. The vgextend command increases a volume group's capacity by adding one or more free physical volumes.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/cluster_logical_volume_manage

 

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

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

Answer: E

 

NEW QUESTION 35
What should you do if you want to define alias commands so that each time you open a terminal window those aliases are available from the command prompt?

  • A. Create a file named -/.alias and put your alias commands in That file.
  • B. When you create the alias initially, specify the --keep parameter.
  • C. Modify the /etc/.history/USER_NAME file to include your alias commands.
  • D. This cannot be done since aliases are session specific only.
  • E. List all your aliases you have defined by entering the alias --list command and piping the output to the
    -Abashrc file.

Answer: C

 

NEW QUESTION 36
Which command gives you a real-time view of the processes running on your system by giving you a continuously updated list?

  • A. showproc
  • B. top
  • C. pstree
  • D. Is-la
  • E. ps -x
  • F. procupdate

Answer: B

 

NEW QUESTION 37
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. These scripts are taken as input by the mkinitrd command.
  • C. The contents of these scripts are incorporated into the /boot/grub2/custom.cfg file.
  • D. The contents of these scripts are incorporated into the /etc/grub2.d/configfiLe.
  • E. These scripts are taken as input by the grub2-mkconfig command.
  • F. These scriptSrare taken as input by the grub2-init command.

Answer: A,C

 

NEW QUESTION 38
You want to restrict access to your server via SSH to just a few specific users. What will you need to do to accomplish this?

  • A. Modify the Permitted option is the Assh/sshd_configfile.
  • B. Modify the Authorized option in the /etc/ssh/sshd_config file.
  • C. Modify the Permitted option in the ~/.ssh/sshd_config file
  • D. Modify the Authorized option in the /var/ssh/config file.
  • E. Modify the AllowUsers option in the /etc/ssh/sshd_config file.

Answer: E

 

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

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

Answer: A,D

 

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

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

Answer: B

 

NEW QUESTION 41
Assuming the default value for umask, which statements regarding permissions are true? (Choose two)

  • A. The permissions on new directories would be set to 770.
  • B. The permissions on new files would be set to 444.
  • C. The permissions on new directories would be set to 666.
  • D. The permissions on new directories would be set to 755.
  • E. The permissions on new files would be set to 754.
  • F. The permissions on new files would be set to 644.

Answer: A,B

 

NEW QUESTION 42
......

Use Valid Exam SCA_SLES15 by Pass4cram Books For Free Website: https://tesking.pass4cram.com/SCA_SLES15-dumps-torrent.html