[2024年最新] 高合格率な最新無料102-500試験問題集アンサーを使おう [Q71-Q92]

Share

[2024年最新] 高合格率な最新無料102-500試験問題集アンサーを使おう

102-500知能問題集PDF!Lpi 102-500試験問セット


LPIC-1認定を取得するには、LPI 101-500とLPI 102-500試験の両方に合格する必要があります。成功した候補者は、デジタル認証とバッジを受け取ります。これは、Linux管理のスキルと専門知識を紹介するために、オンラインプロファイルや履歴書に表示できます。


LPI 102-500試験は、Linuxシステムの管理を完全に理解する必要がある挑戦的な試験です。ファイルシステムとストレージ、ネットワーキング、セキュリティ、トラブルシューティングなど、幅広いトピックをカバーしています。試験は60の複数選択と空白の質問で構成されており、候補者はそれを完了するのに90分かかります。試験に合格するには、候補者は800のうち少なくとも500を獲得する必要があります。

 

質問 # 71
Which of the following keywords can be used in the file /etc/nsswitch.conf to specify a source for host name lookups? (Choose TWO correct answers.)

  • A. files
  • B. remote
  • C. dns
  • D. hosts
  • E. resolv

正解:A、C


質問 # 72
Which of the following files is not read directly by a Bash login shell?

  • A. /etc/profile
  • B. ~/.bash_login
  • C. ~/.profile
  • D. ~/.bashrc
  • E. ~/.bash_profile

正解:D


質問 # 73
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. dnslookup
  • B. dnsq
  • C. dig
  • D. zoneinfo
  • E. hostname

正解:C


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

正解:

解説:
hwclock, /sbin/hwclock, /usr/sbin/hwclock


質問 # 75
What benefit does an alias in bash provide?

  • A. It provides faster lookups for commands in the system directory.
  • B. It allows a string to be substituted for the first word of a simple command.
  • C. It hides what command you are running from others.
  • D. It creates a local copy of a file from another directory.

正解:B


質問 # 76
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


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

正解:

解説:
hostname


質問 # 78
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;

正解:C


質問 # 79
How is a display manager started?

  • A. It is started by inetd when a remote hosts connects to the X11 port.
  • B. It is started automatically when a X11 user logs in to the system console.
  • C. It is started by a user using the command startx.
  • D. It is started like any other system service by the init system.

正解:D


質問 # 80
Which file, if present, must contain all users that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)

正解:

解説:
crontab


質問 # 81
What command should be used to print a listing of email in the system's mail queue?

  • A. sendmail -I
  • B. mailq
  • C. lpq
  • D. mlq

正解:B


質問 # 82
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 eth0.
  • C. It would be passed to the default router 255.255.255.0 on eth0.
  • D. It would be directly transmitted on the device wlan0.
  • E. It would be passed to the default router 192.168.178.1 on wlan0.

正解:A


質問 # 83
What is the purpose of TCP wrapper?

  • A. Encapsulate TCP messages in IP packets.
  • B. Limit access to a network service.
  • C. Manage and adjust bandwidth used by TCP services.
  • D. Bind a network service to a TCP port.
  • E. Add SSL support to plain text TCP services.

正解:B


質問 # 84
Which crontab entry could be used to set the system time at regular intervals?

  • A. 1 0 * * * ntpdate ntp1.digex.net
  • B. 1 0 * * * runcron date ntp1.digex.net
  • C. 1 0 * * * date $d $t $24
  • D. 1 0 * * * settime $d $t $24
  • E. 1 0 * * * date ntp1.digex.net

正解:A


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

正解:

解説:
select


質問 # 86
Given the following excerpt of the sudo configuration:
jane ANY=NOPASSWD: /bin/kill, /bin/id, PASSWD: /sbin/fdisk
Which of the following statements are true? (Choose three.)

  • A. Jane can run /bin/kill without specifying a password.
  • B. Jane can run /sbin/fdisk after specifying root's password.
  • C. Jane can run /sbin/fdisk after specifying her password.
  • D. Jane can run /bin/id without specifying her password.
  • E. Jane can run /bin/id only after specifying her password.

正解:A、C、D


質問 # 87
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/


質問 # 88
What entry can you add to syslog.conf file to have all syslog messages generated by your system go to virtual console 12?

  • A. *.* /dev/tty12
  • B. | /dev/tty12
  • C. /var/log/messages | /dev/tty12
  • D. syslog tty12
  • E. mail.* /dev/tty12

正解:A


質問 # 89
Which of the following entries in /etc/syslog.confwrites all mail related events to the file /var/log/ maillogand sends all critical events to the remote server logger.example.com?
mail.* /var/log/maillog

  • A. mail.crit syslog://logger.example.org
    mail /var/log/maillog
  • B. mail crit @logger.example.org
  • C. mail,crit @logger.example.org
    mail.* /var/log/maillog
  • D. mail.crit @logger.example.org
    mail.* /var/log/maillog
  • E. mail.crit @logger.example.org
    mail * /var/log/maillog

正解:E


質問 # 90
Which of the following configuration files should be modified to globally set shell variables for all users?

  • A. /etc/.bashrc
  • B. /etc/bashrc
  • C. /etc/shellenv
  • D. ~/.bash_profile
  • E. /etc/profile

正解:E

解説:
Explanation/Reference:


質問 # 91
Which bash option will prevent you from overwriting a file with a ">"?

  • A. set -o noglob
  • B. set -o safe
  • C. set -o noclobber
  • D. set -o nooverwrite
  • E. set -o append

正解:C


質問 # 92
......


Lpi 102-500 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • ジョブをスケジュールしてシステム管理タスクを自動化
  • ユーザーとグループのアカウントおよび関連するシステムファイルを管理する
トピック 2
  • 特別な目的と限定されたアカウントを作成および管理する
  • スクリプトの場所、所有権、実行、およびsuid-rightsを管理する
トピック 3
  • ロケール設定と環境変数の構成
  • 視覚設定とテーマの基本的な知識
トピック 4
  • リモートデスクトップセッションにアクセスするためのプロトコルの認識
  • 標準のsh構文(ループ、テスト)を使用する
トピック 5
  • シバン(#!)行からスクリプトインタープリターを正しく選択します
  • タイムゾーン設定と環境変数を構成します
トピック 6
  • コマンドによって提供される成功または失敗またはその他の情報の戻り値をテストします
  • X11アーキテクチャの理解
トピック 7
  • キーボードレイアウト
  • コマンド検索パスを適切なディレクトリに設定するなど、Xorg構成の特定の側面を上書きします
トピック 8
  • Xサーバーへのアクセスを管理し、リモートXサーバー上のアプリケーションを表示します
  • 頻繁に使用されるコマンドシーケンスのBash関数を書き込みます
トピック 9
  • アクセシビリティテクノロジーの知識と認識を示す
  • 新しいユーザーアカウントのスケルトンディレクトリを維持する
トピック 10
  • XWindow構成ファイルの基本的な理解と知識
  • スーパーユーザーへの条件付きメール送信の実行

 

Lpi 102-500問題集PDFを使ってベストオプションを目指そう:https://jp.fast2test.com/102-500-premium-file.html

2024年最新の102-500サンプル問題は頼もしい102-500テストエンジン:https://drive.google.com/open?id=1ObzxnToqDF0vmOOokanNpOQIcu-euU0-


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어