option
Questions
ayuda
daypo
search.php

102-500 - Topic 4

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
102-500 - Topic 4

Description:
102-500 - Topic 4

Creation Date: 2023/02/11

Category: Others

Number of questions: 27

Rating:(1)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE correct answers.). Postfix. Procmail. Sendmail. Exim. SMTPd.

Which of the following is observed and corrected by a NTP client?. The skew in time between the system clock and the hardware clock. The skew in time between the system clock and the reference clock. Changes in the time zone of the current computer's location. Adjustments needed to support Daylight Saving Time.

Which of the following are syslog facilities? (Choose TWO correct answers.). local7. mail. advanced. postmaster. remote.

Which of the following tasks can be accomplished using the command date? (Choose TWO correct answers.). Synchronize the hardware and system clocks. Output date and time in different formats. Set the system clock. Set the hardware clock. Update the time via NTP.

To exclude all log messages of a given logging facility, you should use a logging priority of ______.

Why is the correct configuration of a system's time zone important?. Because the conversion of Unix timestamps to local time relies on the time zone configuration. Because the time zone is saved as part of the modification times of files and cannot be changed after a file is created. Because the environment variables LANG and LC_MESSAGES are, by default, set according to the time zone. Because NTP chooses servers nearby based on the configured time zone.

Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?. lpd. lpp. lpq. lpr.

After configuring printing on a Linux server, the administrator sends a test file to one of the printers and it fails to print. What command can be used to display the status of the printer's queue? (Specify ONLY the command without any path or parameters.).

What is the purpose of the command mailq?. It fetches new emails from a remote server using POP3 or IMAP. It is a multi-user mailing list manager. It is a proprietary tool contained only in the qmail MTA. It queries the mail queue of the local MTA. It is a command-line based tool for reading and writing emails.

Which of the following commands is used to rotate, compress, and mail system logs?. rotatelog. striplog. syslogd --rotate. logrotate. logger.

After adding a new email alias to the configuration, which command must be run in order to ensure the MTA knows about it? (Specify the command without any path but including all required parameters.).

What command should be used to print a listing of email in the system's mail queue?. lpq. mailq. mlq. sendmail -l.

What is true regarding the command sendmail?. With any MTA, the sendmail command must be run periodically by the cron daemon. All MTAs, including Postfix and Exim, provide a sendmail command. The sendmail command prints the MTAs queue history of which mails have been sent successfully. It is only available when the sendmail MTA is installed.

Which command is used to sync the hardware clock to the system clock? (Specify ONLY the command without any path or parameters.).

What command can be used to generate syslog entries of any facility and priority? (supply just thecommand name without a path).

What is pool.ntp.org?. A deprecated feature for maintaining system time in the Linux kernel. A website which provides binary and source packages for the OpenNTPD project. A virtual cluster of various timeservers. A community website used to discuss the localization of Linux.

Which file inside the CUPS configuration directory contains the definition of the printers?. cups-devices.conf. snmp.conf. printcap.conf. printers.conf. cupsd.conf.

On a dual boot system, every time the system is booted back into Linux the time has been set backward by one day. Which of the following commands will correct the problem?. date -d '+ 1 day'. hwclock --systohc --localtime. ntpdate pool.ntp.org. time hwclock.

Please specify the top directory containing the configuration files for the CUPS printing system. (Specify the full path to the directory.).

What is true regarding the file ~/.forward?. As it is owned by the MTA and not writable by the user, it must be edited using the editaliases command. After editing ~/.forward the user must run newaliases to make the mail server aware of the changes. Using ~/.forward, root may configure any email address whereas all other users may configure only their own addresses. When configured correctly, ~/.forward can be used to forward each incoming mail to more than one other recipient.

Which of the following parameters are used for journalctl to limit the time frame of the output? (Choose TWO correct answers.). --from=. --since=. --until=. --upto=. --date=.

What entry can be added to the syslog.conf file to have all syslog messages generated by a system displayed on console 12?. *.* /dev/tty12. /var/log/messages | /dev/tty12. | /dev/tty12. syslog tty12. mail.* /dev/tty12.

Which option in the /etc/ntp.conf file specifies an external NTP source to be queried for time information? (Specify ONLY the option without any values or parameters.).

Which file, when using Sendmail or a similar MTA system, will allow a user to redirect all their mail to another address and is configurable by the user themselves?. /etc/alias. ~/.alias. /etc/mail/forwarders. ~/.forward. ~/.vacation.

Which command, available with all MTAs, is used to list the contents of the MTA's mail queue? (Specify ONLY the command without any path or parameters.).

What entry can you add to syslog.conf file to have all syslog messages generated by your system go to virtual console 12?. *.* /dev/tty12. /var/log/messages | /dev/tty12. | /dev/tty12. syslog tty12. mail.* /dev/tty12.

What is true about the ntpdate command?. It is the primary management command for the NTP time server. It updates the local system's date (i.e. day, month and year) but not the time (i.e. hours, minutes, seconds). It queries one or more NTP time servers and adjusts the system time accordingly. It sends the local system time to one or many remote NTP time servers for redistribution. It can be used by any user to set the user clock independently of the system clock.

Report abuse