最新の2024年01月試験102-500問題集で合格させる認証試験合格させます [Q20-Q43]

Share

最新の2024年01月試験102-500問題集で合格させる認証試験合格させます

最新でリアルなLpi 102-500試験問題集解答があります


Lpi 102-500試験は、認定Linux管理者になりたい人々にとって重要なステップです。この試験では、候補者にLinuxベースのシステムの管理と一般的な問題のトラブルシューティング能力が求められます。この認定は、グローバルに認知されており、Linuxシステム管理分野でのキャリアの可能性を高めることができます。

 

質問 # 20
Which configuration file would you edit to change default options for outbound ssh sessions?

  • A. /etc/ssh/sshd_config
  • B. /etc/ssh/ssh_client
  • C. /etc/ssh/ssh
  • D. /etc/ssh/client
  • E. /etc/ssh/ssh_config

正解:E


質問 # 21
What word is missing from the following SQL statement?
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)

正解:

解説:
select


質問 # 22
Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?

  • A. lpp
  • B. lpr
  • C. lpd
  • D. lpq

正解:B


質問 # 23
Which of the following commands lists all defines variables and functions within Bash?

  • A. env -a
  • B. echo $ENV
  • C. export
  • D. set
  • E. env

正解:D


質問 # 24
Depending on a system's configuration, which of the following files can be used to enable and disable network services running on this host?

  • A. /etc/profile
  • B. /etc/ports
  • C. /et/host.conf
  • D. /etc/xinetd.conf
  • E. /etc/host.conf

正解:D


質問 # 25
The normal way of starting your Apache server would be the command:

  • A. apachectl start
  • B. apache start
  • C. inetd apache
  • D. apachestart -n
  • E. http -start

正解:A


質問 # 26
Which of the following lines would you find in the file /etc/nsswitch.conf?

  • A. domain mycompany.com
  • B. hosts: files dns
  • C. smtp 25/tcp
  • D. 192.168.168.4 dns-server

正解:B


質問 # 27
FILL BLANK
Which file is processed by newaliases? (Specify the full name of the file, including path.)

正解:

解説:
/etc/mail/aliases


質問 # 28
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.)

正解:

解説:
lpq, /usr/bin/lpq, lpstat, /usr/bin/lpstat


質問 # 29
Which of the following fields are available in the standard format of both the global /etc/crontab file as well as in user-specific crontabfiles? (Choose two.)

  • A. Username
  • B. Command
  • C. Effective group ID
  • D. Minute
  • E. Year

正解:C、D

解説:
Explanation/Reference:


質問 # 30
Which command is used to set the hostname of the local system? (Specify ONLY the command without any path or parameters.)

正解:

解説:
hostname


質問 # 31
Why is the correct configuration of a system's time zone important?

  • A. Because the time zone is saved as part of the modification times of files and cannot be changed after a file is created.
  • B. Because the conversion of Unix timestamps to local time relies on the time zone configuration.
  • C. Because the environment variables LANG and LC_MESSAGES are, by default, set according to the time zone.
  • D. Because NTP chooses servers nearby based on the configured time zone.

正解:B


質問 # 32
Which if the following tools, used for DNS debugging, reports not only the response from the name sever but also details about the query?

  • A. dig
  • B. zoneinfo
  • C. dnsq
  • D. dnslookup
  • E. hostname

正解:A


質問 # 33
Which of the following SQL statements will select the fields name and address from the contacts table?

  • A. SELECT name, address FROM contacts;
  • B. SELECT (name, address) FROM contacts;
  • C. SELECT (name address) FROM contacts;
  • D. SELECT name address FROM contacts;

正解:A


質問 # 34
Which of the following nmcli subcommands exist? (Choose two.)

  • A. nmcli wifi
  • B. nmcli device
  • C. nmcli connection
  • D. nmcli address
  • E. nmcli ethernet

正解:B、C


質問 # 35
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.)

正解:

解説:
mailq, /usr/bin/mailq, sendmail -bp, /usr/sbin/sendmail -bp, /usr/lib/sendmail -bp, sendmail,
/usr/sbin/sendmail, /usr/lib/sendmail


質問 # 36
How does the ping command work by default?

  • A. It sends an ARP request to a remote host and waits to receive an ARP response in return.
  • B. Is sends a broadcast packet to all hosts on the net and waits to receive, among others, a response from the target system.
  • C. Is sends an ICMP Echo Request to a remote host and waits to receive an ICMP Echo Response in return.
  • D. It sends a UDP packet to port 0 of the remote host and waits to receive a UDP error response in return.
  • E. It sends a TCP SYN packet to a remote host and waits to receive an TCP ACK response in return.

正解:C


質問 # 37
Given the following routing table:

How would an outgoing packet to the destination 192.168.2.150 be handled?

  • A. It would be passed to the router 192.168.1.1 on eth0.
  • B. It would be directly transmitted on the device wlan0.
  • C. It would be directly transmitted on the device eth0.
  • D. It would be passed to the default router 192.168.178.1 on wlan0.
  • E. It would be passed to the default router 255.255.255.0 on eth0.

正解:A


質問 # 38
Which of the following keywords can be used in the file /etc/resolv/conf? (Choose two.)

  • A. nameserver
  • B. substitute
  • C. search
  • D. lookup
  • E. method

正解:A、C


質問 # 39
Which of the following statements is true regarding systemd timer units?

  • A. Timer units only exist in the system scope and are not available for users.
  • B. A dedicated system service, systemd-cron, handles the execution of timer units.
  • C. Timer units can only be defined within a service unit's file.
  • D. The command executed by the timer is specified in the timer unit's [Cmd]section.
  • E. Each systemd timer unit controls a specific systemd service unit.

正解:E

解説:
Explanation/Reference:


質問 # 40
Which of the following commands is used to rotate, compress, and mail system logs?

  • A. striplog
  • B. logrotate
  • C. syslogd --rotate
  • D. logger
  • E. rotatelog

正解:B


質問 # 41
On a Linux system with shadow passwords enabled, which file in the file system contains the password hashes of all local users? (Specify the full name of the file, including path.)

正解:

解説:
/etc/shadow


質問 # 42
Which directory in /etc is used to keep a sample copy of files and directories for when a new user has a home directory created? (Please provide the full path)

正解:

解説:
/etc/skel, /etc/skel/


質問 # 43
......


LPI 102-500試験の準備をするには、候補者はコマンドラインツールやシェルスクリプトなど、Linuxシステム管理を確実に理解する必要があります。また、Linuxネットワーキングの概念に精通している必要があり、ネットワーク設定の構成経験があります。試験の研究資料には、公式のLPI研究ガイド、オンラインコース、練習試験が含まれます。 LPI 102-500試験に合格するには、800のうち500のスコアが必要です。

 

102-500問題集を使って一日でLPIC Level1試験最速合格:https://www.goshiken.com/Lpi/102-500-mondaishu.html

100% 高得点合格保証される102-500無制限199解答:https://drive.google.com/open?id=1WK_lL_Dzi15j99Do-PXr6FWrDi6YOjsV