102-500 : LPI Level 1 : Part 02
-
What is true about the file
/etc/localtime?
- It is a plain text file containing a string such as
Europe/Berlin
- It is created and maintained by the NTP service based on the location of the system’s IP address.
- It is a symlink to
/sys/device/clock/ltime
and always contains the current local time. - After changing this file,
newtzconfig
has to be run to make the changes effective. - It is either a symlink to or a copy of a timezone information file such as
/usr/share/zoneinfo/Europe/Berlin.
- It is a plain text file containing a string such as
-
Which of the following statements is true regarding systemd timer units?
- Timer units can only be defined within a service unit’s file.
- The command executed by the timer is specified in the timer unit’s
[Cmd]
section. - A dedicated system service,
systemd-cron,
handles the execution of timer units. - Timer units only exist in the system scope and are not available for users.
- Each systemd timer unit controls a specific systemd service unit.
-
Which of the following fields are available in the standard format of both the global
/etc/crontab
file as well as in user-specificcrontab
files? (Choose two.)- Year
- Minute
- Username
- Effective group ID
- Command
-
Which of the following commands should be executed when starting a login shell in order to change the language of messages for an internationalized program to Portuguese (pt)?
-
export LANGUAGE=“pt”
-
export LC_MESSAGES=“pt”
-
export UI_MESSAGES=“pt”
-
export MESSAGE=“pt”
-
export ALL_MESSAGES=“pt”
-
-
Which of the following files assigns a user to its primary group?
-
/etc/pgroup
-
/etc/shadow
-
/etc/passwd
-
/etc/group
-
/etc/gshadow
-
-
Which of the following steps prevents a user from obtaining an interactive login session?
- Setting the UID for the user to 0.
- Running the command
chsh –s /bin/false
with the user name. - Removing the user from the group staff.
- Adding the user to
/etc/noaccess.
- Creating a
.nologin
file in the user’s home directory.
-
FILL BLANK
Which command included in systemd supports selecting messages from the systemd journal by criteria such as time or unit name? (Specify only the command without any path or parameters.)
-
journalctl
-
-
Which of the following statements about systemd-journald are true? (Choose three.)
- It is incompatible with syslog and cannot be installed on a system using regular syslog.
- It only processes messages of systemd and not messages of any other tools.
- It can pass log messages to syslog for further processing.
- It maintains metadata such as
_UID
or_PID
for each message. - It supports syslog facilities such as
kern, user,
andauth.
-
FILL BLANK
Which command must be run after adding a new email alias to the configuration in order to make this change effective? (Specify the command without any path but including all required parameters.)
-
newaliases
-
-
Which option in the chrony configuration file changes the initial interval of polls to a NTP server in order to speed up the initial synchronization?
-
iburst
-
quickstart
-
fast
-
fsync
-
flood
-
-
Which of the following commands is used to rotate, compress, and mail system logs?
-
logrotate
-
striplog
-
syslogd –-rotate
-
rotatelog
-
logger
-
-
Why is the correct configuration of a system’s time zone important?
- Because the timezone is included in checksum calculations and timezone changes invalidate existing checksums.
- 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
andLC_MESSAGES
are, by default, set according to the time zone. - Because NTP chooses servers nearby based on the configured time zone.
- Because the conversion of Unix timestamps to local time relies on the time zone configuration.
-
FILL BLANK
Which command, available with all sendmail-compatible MTAs, is used to list the contents of the MTA’s mail queue? (Specify only the command without any path or parameters.)
-
mailq
-
-
FILL BLANK
What is the top-level directory which contains the configuration files for CUPS? (Specify the full path to the directory.)
-
/etc/cups/ cups-files.conf
-
-
Which of the following commands lists all queued print jobs?
-
lpd
-
lpr
-
lp
-
lsq
-
lpq
-
-
Which of the following entries in
/etc/syslog.conf
writes all mail related events to the file/var/log/maillog
and sends all critical events to the remote serverlogger.example.com?
-
mail.* /var/log/maillog mail,crit @logger.example.org
-
mail.* /var/log/maillog mail.crit syslog://logger.example.org
-
mail /var/log/maillog mail.crit @logger.example.org
-
mail.* /var/log/maillog mail.crit @logger.example.org
-
mail * /var/log/maillog mail crit @logger.example.org
-
-
FILL BLANK
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.)-
server
-
-
Which of the following protocols is related to the term open relay?
- SMTP
- POP3
- NTP
- IMAP
- LDAP
-
Which of the following commands displays all environment and shell variables?
-
getargs
-
lsenv
-
ls
-
env
-
lsshell
-
-
Which of the following comparison operators for test work on elements in the file system? (Choose two.)
- –z
- –eq
- –d
- –f
- –lt
Subscribe
0 Comments
Newest