Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A Linux systems administrator makes updates to systemd-managed service configuration files. Which of the following commands should the administrator execute in order to implement the changes?

A.

systemctl enable

B.

systemctl start

C.

systemctl restart

D.

systemctl daemon-reload

Which of the following is the main reason for setting up password expiry policies?

A.

To avoid using the same passwords repeatedly

B.

To mitigate the use of exposed passwords

C.

To force usage of passwordless authentication

D.

To increase password strength and complexity

Which of the following can reduce the attack surface area in relation to Linux hardening?

A.

Customizing the log-in banner

B.

Reducing the number of directories created

C.

Extending the SSH startup timeout period

D.

Enforcing password strength and complexity

An administrator receives reports that a web service is not responding. The administrator reviews the following outputs:

Which of the following is the reason the web service is not responding?

A.

The private key needs to be renamed from server.crt to server, key so the service can find it.

B.

The private key does not match the public key, and both keys should be replaced.

C.

The private key is not in the correct location and needs to be moved to the correct directory.

D.

The private key has the incorrect permissions and should be changed to 0755 for the service.

Which of the following best describes journald?

A.

A system service that collects and stores logging data

B.

A feature that creates crash dumps in case of kernel failure

C.

A service responsible for keeping the filesystem journal

D.

A service responsible for writing audit records to a disk

Which of the following does dmesg display?

A.

Incorrect login attempts

B.

" Session closed " messages

C.

Window manager warnings

D.

USB device connections

In the echo " profile-$num-$name " line of a shell script, the variable $num seems to not be expanding during execution. Which of the following notations ensures the value is expanded?

A.

echo " profile-$(num)-$name "

B.

echo ' profile-$num-$name '

C.

echo " profile- ' $num ' -$name "

D.

echo " profile-${num}-$name "

A systems administrator is helping to secure a new web application. During the tests, the administrator obtains the following output to validate the application:

SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384

ALPN, server accepted to use http/1.1

Server certificate:

subject: CN=*.newapp.comptia.org

start date: Jan 17 00:00:00 2024 GMT

expire date: Feb 16 23:59:59 2034 GMT

issuer: C=US; O=Comptia; OU=IT Security; CN=ca1.comptia.org

SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.

Which of the following explains the validation results?

A.

The certificate was not signed by a trusted authority, which was forcefully ignored during the tests.

B.

The certificate was only issued for one month, is already expired, and needs to be replaced.

C.

The certificate is a wildcard certificate that is highly insecure and should never be used.

D.

The certificate uses an outdated algorithm and should be replaced with a more secure one.

A user states that an NFS share Is reporting random disconnections. The systems administrator obtains the following information

Which of the following best explains the symptoms that are being reported?

A.

The mount point is incorrect for the NFS share.

B.

The IP address of the NFS share is incorrect.

C.

The filesystem is nearly full and is reporting errors.

D.

The interface is reporting a high number of errors and dropped packets.

A systems administrator needs to integrate a new storage array into the company ' s existing storage pool. The administrator wants to ensure that the server is able to detect the new storage array. Which of the following commands should the administrator use to ensure that the new storage array is presented to the systems?

A.

lsscsi

B.

lsusb

C.

lsipc

D.

lshw