Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > SUSE > SUSE Certified Administrator (SCA) in Enterprise Linux > sca_sles15

sca_sles15 SUSE Certified Administrator in Enterprise Linux 15 (050-754) Question and Answers

Question # 4

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

A.

systemctl start tftp

B.

systemctl enable tftp

C.

chkconfig add tftp

D.

systemd start tftp

E.

systemctl enable-start tftp

Full Access
Question # 5

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

A.

/usr/sbin/rpc.mountd -restart

B.

/bin/nfsd - reload

C.

/etcyinit.d/nfsd -reload

D.

systemctl restart nfsserver.service

E.

systmd -reload nfsserver.target

Full Access
Question # 6

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/custom.cfg file.

B.

The contents of these scripts are incorporated into the /etc/grub2.d/configfiLe.

C.

The contents of these scripts are incorporated into the /boot/grub2/grub.cfg file.

D.

These scripts are taken as input by the mkinitrd command.

E.

These scriptSrare taken as input by the grub2-init command.

F.

These scripts are taken as input by the grub2-mkconfig command.

Full Access
Question # 7

Which file contains the list of DNS services SLES will contact?

A.

/etc/sysconfig/nameservers

B.

/etc/resolv.conf

C.

/etc/sysconfig/resolv.conf

D.

/etc/hosts

E.

/etc/hostname

Full Access
Question # 8

Which command will display the value of a variable named TMPDIR?

A.

val $TMPDIR

B.

echo STMPDIR

C.

echo TMPDIR'

D.

val "STMPDIR"

E.

echo TMPDIR

F.

show "STMPDIR'"

G.

echo 'STMPDIR'

Full Access
Question # 9

Which file contains information about secondary groups on the system?

A.

/etc/second.grp

B.

/var/share/group

C.

etc/sysconflg/group

D.

/etc/group

E.

/var/lib/group

Full Access
Question # 10

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

A.

True

B.

False

Full Access
Question # 11

Which command is used to manage software RAID?

A.

mdadm

B.

yast swraid

C.

raidadm

D.

fdisk --raid

E.

mdmgr

Full Access
Question # 12

In the scripts subdirectory under your home directory there is a file named tstparse.sh. You want to set an Extended ACL so thejsmith user has all permissions to just this file. Which command will accomplish this?

A.

setacl -a user:jsmith:rwx -/scripts/tstparse.sh

B.

extacl -a user=jsmith:rwx -/scripts/tstparse.sh

C.

modacl user=jsmith:rwx -/scripts/tstparse.sh

D.

setfacl -m u:jsmith:rwx -/scripts/tstparse.sh

Full Access
Question # 13

Which process ID is assigned to systemd?

A.

it is the only process with no system ID.

B.

1

C.

1001

D.

0

Full Access
Question # 14

By default, what does the VNC Client and the VNC server daemon use for secure communications?

A.

On SLE 15 the VNC Client assumes the server is set up as a CA.

B.

Both the VNC Client and the VNC server assume you have access to a valid 3rd party CA like Verisign.

C.

The VNC server prompts the VNC Client for a password that was configured when the VNC server was installed.

D.

VNC is based on the Telnet protocol so encrypted communication between the VNC Client and Server is not possible.

E.

A self-signed SSL certificate

Full Access
Question # 15

Which statements about log file rotation are true? (Choose two)

A.

Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/logrotate.conf.

B.

The /etc/logrotate.conf file controls which log files will be compressed or deleted based on some regular interval or when the log file reaches a particular size.

C.

The /etc/cron.daily/logrotate file controls which log files will be compressed or deleted based on some regular interval or when the log file

reaches a particular size.

D.

Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/cron.daily/logrotate.

E.

The /usr/sbin/logrotate program is used to create and configure settings in the /etc/logrotate.conf file.

Full Access
Question # 16

You want ensure an ext3 filesystem is checked every 50 times it is mounted. Which command would you use?

A.

dumpe2fs

B.

mkfs

C.

fdisk -o

D.

tune2fs

Full Access
Question # 17

Which directory contains the initrd file?

A.

/loader/grub

B.

/startup/grub2

C.

/boot/grub2

D.

/loader

E.

/boot

F.

/startup

Full Access
Question # 18

The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)

A.

Environments requiring High-Availability

B.

Desktop power users

C.

Users requiring only secure terminal access

D.

Data Center environments

E.

Developers

Full Access
Question # 19

Which command will take a foreground process and suspend it. and then place it in the background as a stopped job?

A.

bg

B.

ctri+&

C.

Ctrl+Z

D.

fg--bg--stop

E.

&&

Full Access
Question # 20

Which command is used to view the manual pages?

A.

help -man

B.

doc -man

C.

man

D.

show

E.

info

Full Access
Question # 21

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.

This cannot be done since aliases are session specific only.

C.

List all your aliases you have defined by entering the alias --list command and piping the output to the -Abashrc file.

D.

Modify the /etc/.history/USER_NAME file to include your alias commands.

E.

When you create the alias initially, specify the --keep parameter.

Full Access