You are on page 1of 2

When expiring a user account with usermod -e, which of the following represents the

correct date format?

A. YYYY-MM-DD

B. MM/DD/YYYY

C. DD/MM/YY

D. MM/DD/YY HH:MM:SS

Which of the following commands can be used to stop a given service, such as httpd

.service, from starting on boot with a systemd-based system?

A. systemctl disable httpdservice

B. systemctl stop httpd.service

C. systemd disable httpd.service

D. systemd enable httpd.service boot=no

Within the following entry in /etc/shadow, to what does the number 15853 refer?

mail:*:15853:0:99999:7:::

A. The UID of the mail user

B. The number of files owned by mail

C. The date of the last password change (since 1/1/1970)

D. The number of days until the account expires

You need to deploy a monitoring solution that enables alerts along with advanced

scripted responses based on configurable performance conditions. Which of the

following software packages performs these tasks?

A. MySQL

B. ntop
C. mrtg

D. nagios

You are upgrading the kernel that has been previously compiled on the same server.

Which of the following commands incorporates the contents of the existing kernel

configuration into the new kernel?

A. config --merge

B. make oldconfig

C. merge config

D. int configs

You might also like