[2025年03月06日] 心強い101-500日本語のPDF問題集は101-500日本語問題 [Q200-Q220]

Share

[2025年03月06日] 心強い101-500日本語のPDF問題集は101-500日本語問題

正真正銘の101-500日本語問題集で無料PDF問題で合格させる

質問 # 200

  • A. Option B
  • B. Option A
  • C. Option C
  • D. Option D

正解:C


質問 # 201
Filesystem Hierarchy Standardの目的は何ですか?

  • A. これは、ファイルおよびディレクトリの場所の配布に中立な説明です。
  • B. これは、ファイルがアクセス許可とアクセシビリティに従って整理されるようにするために使用されるセキュリティモデルです。
  • C. 複数のファイルシステムを共通の方法で作成、維持、管理する統合ツールを提供します。
  • D. すべての準拠ファイルシステムのiノードの共通内部構造を定義します。

正解:A

解説:
Explanation
The Filesystem Hierarchy Standard is a distribution neutral description of locations of files and directories.
According to the first result, it is a reference describing the conventions used for the layout of Unix-like systems. It is maintained by the Linux Foundation and the latest version is 3.0


質問 # 202
ユーザー Joseph は、ソース コードからプログラムを正常に抽出してコンパイルしました。バイナリをインストールするとエラーが発生します。最も考えられる原因は何でしょうか。

  • A. バイナリをインストールするにはルート権限が必要です
  • B. /usr/bin ディレクトリに設定されている権限が間違っています
  • C. ソースコードは別のCPU用にコンパイルされました
  • D. ソースコードの設定中に間違ったプレフィックスが使用されました

正解:A


質問 # 203
次のコマンドのうち、/ dev / sda1上のext3ファイルシステムが起動中に完全なファイルシステムチェックを実行するまでの日数を変更するのはどれですか?

  • A. tune2fs -c 200 /dev/sda1
  • B. tune2fs --days 200 /dev/sda1
  • C. tune2fs -d 200 /dev/sda1
  • D. tune2fs -i 200 /dev/sda1
  • E. tune2fs -n 200 /dev/sda1

正解:D


質問 # 204
Windows NTでセーフモードを起動するには、どのファンクションキーを使用しますか?

  • A. F6
  • B. F8
  • C. F10
  • D. Windows NTはセーフモードをサポートしていません

正解:D


質問 # 205
dpkgベースのパッケージ管理を使用する場合、使用可能なパッケージのリストを更新するために使用されるコマンドは次のうちどれですか?

  • A. apt-get refresh
  • B. apt-get upgrade
  • C. apt-get update
  • D. apt-cache upgrade
  • E. apt-cache update

正解:C


質問 # 206

  • A. Option C
  • B. Option B
  • C. Option A
  • D. Option D

正解:B


質問 # 207
次のファイル名に一致するワイルドカードはどれですか? (2つ選択してください。)
ttyS0
ttyS1
ttyS2

  • A. tty[Ss][02]
  • B. tty[A-Z][012]
  • C. tty?[0-5]
  • D. ttyS[1-5]
  • E. tty*2

正解:B、C


質問 # 208
dpkgコマンドでの--removeアクションと--purgeアクションの違いは何ですか?

  • A. --removeはパッケージを削除し、-purgeはそれに依存するすべてのパッケージも削除します
  • B. --removeはプログラムを削除し、-purgeは構成ファイルも削除します
  • C. --removeはパッケージファイルのみを削除し、-purgeはパッケージに関連するすべてのファイルを削除します
  • D. --removeはプログラムのみを削除し、-purgeは構成ファイルのみを削除します

正解:B


質問 # 209
GRUBブートプロセスのステージ1の間、画面に「ハードディスクエラー」というメッセージが表示されます。これは何を示していますか?

  • A. BIOSは、ブートプロセスを開始するためにマスターブートレコードから必要なデータを読み取ることができませんでした
  • B. カーネルは/ bin / initを実行できませんでした
  • C. ハードディスク上の1つ以上のファイルシステムにエラーがあり、ファイルシステムチェックを実行する必要があります
  • D. GRUBがディスクのサイズとジオメトリを判断できなかったため、次のステージをハードディスクから読み取ることができません

正解:D


質問 # 210
UEFIファームウェアに関してはどうなりますか? (2つ選択してください。)

  • A. パーティションテーブルの読み取りと解釈が可能
  • B. GPTメタデータ内の特別な領域に保存されます
  • C. 特定のファイルシステムを使用および読み取り可能
  • D. 構成全体を/ boot /パーティションに保存します
  • E. 固定ブートディスク位置からロードされます

正解:C、E

解説:
Explanation
UEFI firmware is a software program that provides the interface between the hardware and the operating system on a computer. UEFI stands for Unified Extensible Firmware Interface and it is a replacement for the traditional BIOS (Basic Input/Output System). UEFI firmware has several advantages over BIOS, such asfaster boot times, better security, larger disk support, and graphical user interface. Some of the features of UEFI firmware are12:
* It can use and read certain file systems: UEFI firmware can access files on partitions formatted with FAT12, FAT16, or FAT32 file systems. This allows UEFI to load boot loaders, kernels, and
* configuration files from these partitions without relying on the legacy MBR (Master Boot Record) or boot sector code. UEFI firmware can also support other file systems, such as NTFS or ext4, with additional drivers.
* It is loaded from a fixed boot disk position: UEFI firmware is stored in a ROM chip on the motherboard, but it also requires a special partition on the boot disk to store additional files and drivers. This partition is called the EFI System Partition (ESP) and it is usually the first partition on the disk. The ESP must have a specific GUID (Globally Unique Identifier) and must be formatted with a FAT file system. The UEFI firmware will look for the ESP on the boot disk and load the files from there.
The other options are false or irrelevant. UEFI firmware does not read and interpret partition tables, it relies on the operating system to do that. UEFI firmware does not store its entire configuration on the /boot/ partition, it stores some of its settings in the NVRAM (Non-Volatile Random Access Memory) on the motherboard and some of its files on the ESP. UEFI firmware is not stored in a special area within the GPT (GUID Partition Table) metadata, it is stored in a ROM chip and an ESP. GPT is a partitioning scheme that supports larger disks and more partitions than the legacy MBR scheme. References:
* Linux Essentials - Linux Professional Institute Certification Programs1
* Exam 101 Objectives - Linux Professional Institute2
* How to Boot and Install Linux on a UEFI PC With Secure Boot3
* How to Access UEFI Settings From Linux - It's FOSS4
* UEFI firmware updates for linux-surface - GitHub5


質問 # 211
実行可能ファイル foo を探しています。シェル変数 PATH に設定されているディレクトリ内で foo を検索するコマンドを選択します。

  • A. クエリ
  • B. 検索
  • C. どれ
  • D. 見つける
  • E. どこですか

正解:C


質問 # 212
C システムの最初の IDE コントローラ上の 2 番目のハード ディスク上の 3 番目のパーティションに適切なデバイスを識別します。

  • A. /dev/hdcld2p3
  • B. /dev/hdb3
  • C. /dev/hdclb3
  • D. /dev/hdlb3

正解:B


質問 # 213

  • A. Option B
  • B. Option A
  • C. Option E
  • D. Option C
  • E. Option D

正解:D


質問 # 214
一時停止中のジョブをバックグラウンドにできるコマンドは何ですか?

正解:

解説:
bg


質問 # 215

  • A. module_install
  • B. depmod
  • C. modprobe
  • D. loadmod
  • E. insmod

正解:C


質問 # 216
ハードリンクの使用を検討する場合、ハードリンクを使用しない正当な理由は何ですか?

  • A. ext4などの従来のファイルシステムではサポートされていないため、すべてのLinuxシステムでハードリンクを使用できるわけではありません
  • B. ハードリンクはあるファイルシステムに固有であり、別のファイルシステム上のファイルを指すことはできません
  • C. ルート以外のユーザーがハードリンクを作成できる場合は、sulnをインストールして構成する必要があります
  • D. ハードリンクファイルが変更されると、ファイルのコピーが作成され、追加のスペースが消費されます
  • E. 各ハードリンクには個別の所有権、アクセス許可、およびACLがあり、ファイルコンテンツの意図しない開示につながる可能性があります

正解:A


質問 # 217
次のコマンドのうち、/var/log/bigd.log の最後の 30 行と、別のプロセスによってファイルに追加された新しいコンテンツを表示するものはどれですか。

  • A. カット -30 -v /var/log/bigd.log
  • B. cat -r -n 30 /var/log/bigd.log
  • C. tail -f -n 30 /var/log/bigd.log
  • D. tac -30/var/log/bigd.log
  • E. ヘッド -30 -e /var/log/bigd.log

正解:C


質問 # 218
Bash内で有効なストリームリダイレクト演算子は次のうちどれですか? (3つの正解を選択してください。)

  • A. >
  • B. <
  • C. <<<
  • D. >>>
  • E. %>

正解:A、B、C


質問 # 219
コマンドmount -aは何をしますか?

  • A. ルート権限でエディターを開き、/ etc / fstabをロードして編集します。
  • B. / etc / fstabのオプションnoautoでリストされているすべてのファイルシステムがマウントされていることを確認します。
  • C. / etc / fstabにリストされているすべてのファイルシステムが、オプションに関係なくマウントされるようにします。
  • D. 自動的にマウントされたすべてのマウント済みファイルシステムを表示します。
  • E. / etc / fstabのオプションautoでリストされているすべてのファイルシステムがマウントされていることを確認します。

正解:E


質問 # 220
......

結果を保証するには最新2025年03月無料:https://jp.fast2test.com/101-500J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어