[Q89-Q111] 認証トレーニング101-500日本語試験問題集テストエンジン [2025]

Share

認証トレーニング101-500日本語試験問題集テストエンジン [2025]

2025年03月14日ガイド準備で101-500日本語試験合格

質問 # 89
次のコマンドのうち、kill 1234 と同等のものはどれですか?

  • A. kill -1 1234 または kill -s SIGHUP 1234
  • B. kill -3 1234 または kill -s SIGQUIT 1234
  • C. kill -15 1234 または kill -s SIGTERM 1234
  • D. kill -2 1234 または kill -s SIGINT 1234
  • E. kill -9 1234 または kill -s SIGKILL 1234

正解:C


質問 # 90

正解:

解説:


質問 # 91
長い手紙を書き終えた後、"Bob" という名前を何度も使用したが、多くの場合大文字にし忘れていたことに気付きました。
どのコマンドが、すべてのインスタンスで「bob」を「Bob」に置き換え、印刷用の新しい文字を生成するでしょうか?

  • A. sed 's/bob/Bob/g' letter > ニュースレター
  • B. sed s/bob/Bob/ letter < newletter
  • C. sed 's/bob, Bob/' letter > newletter
  • D. sed 's/bob/Bob' letter > newletter
  • E. sed '/bob/Bob' レター > ニュースレター

正解:A


質問 # 92
パーティションテーブルまたはそれに続くデータを上書きせずに、/ dev / sdaにあるブートローダーを上書きするコマンドは次のうちどれですか?

  • A. dd if=/dev/zero of=/dev/sda bs=512
  • B. dd if=/dev/zero of=/dev/sda bs=512 count=1
  • C. dd if=/dev/zero of=/dev/sda bs=440
  • D. dd if=/dev/zero of=/dev/sda bs=440 count=1

正解:D


質問 # 93

正解:

解説:
mkswap


質問 # 94

  • A. rpm -U rpmname
  • B. rpm -u rpmname
  • C. rpm --force rpmname
  • D. rpm -q rpmname
  • E. rpm --update rpmname

正解:A


質問 # 95
Bashプロセスを終了するときにユーザー履歴が保存されるファイルを定義するBash環境変数はどれですか?
(変数名のみを指定してください。)

正解:

解説:
HISTFILE


質問 # 96
パッケージをアンインストールするが、パッケージが再インストールされた場合に構成ファイルを残すコマンドはどれですか?

  • A. dpkg -s pkgname
  • B. dpkg -P pkgname
  • C. dpkg -r pkgname
  • D. dpkg -L pkgname

正解:C


質問 # 97

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

正解:B


質問 # 98

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

正解:C


質問 # 99
SysV initベースのシステムのinitプロセスのプロセスID番号は何ですか?

  • A. 0
  • B. 再起動ごとに異なります。
  • C. 現在の実行レベルに設定されます。
  • D. 1
  • E. 2

正解:E


質問 # 100
コマンドがフォアグラウンドで実行されているときにキーボードのCtrl-Cの組み合わせを押すと、次の信号コードのどれが送信されますか?

  • A. 3(SIGQUIT)
  • B. 1(SIGHUP)
  • C. 15(SIGTERM)
  • D. 2(SIGINT)
  • E. 9(SIGKILL)

正解:D


質問 # 101
既存のファイルの次の情報のうち、そのファイルを指すハードリンクが作成されるときに変更されるのはどれですか?

  • A. iノード番号
  • B. ファイルサイズ
  • C. リンク数
  • D. 権限
  • E. タイムスタンプの変更

正解:C


質問 # 102
RPMパッケージファイルapache-xml.rpmによってインストールされるファイルのリストをプレビューするにはどうすればよいですか?

  • A. rpm -qv apache-xml.rpm
  • B. rpm -qpl apache-xml.rpm
  • C. rpm -ql apache-xml.rpm
  • D. rpm -qp apache-xml.rpm

正解:B

解説:
Explanation
The command rpm -qpl apache-ql.rpm is used to preview the list of files that would be installed by the RPM package file apache-xml.rpm. This command queries the package file without installing it and lists the contents of the package. Here's what each part of the command means:
* rpm is the command-line tool used for managing RPM packages on Linux systems.
* -qpl are options for the rpm command.
* q stands for query mode
* l stands for list the contents of the package.
* p specifies that the package being queried is not installed, but is a file located on the system.
* apache-xml.rpm is the name of the RPM package file you want to query.
So, when you run this command, it will display a list of all the files that are included in the apache-xml.rpm package file, without installing it. This can be useful for checking what files are included in the package before installing it or comparing it with another version of the package.
The other commands are either invalid or do not perform the same function as the correct answer. For example:
* rpm -qp apache-xml.rpm will only display the name and version of the package, not the list of files.
* rpm -qv apache-xml.rpm will display the verbose information about the package, such as the description, license, and changelog, but not the list of files.
* rpm -ql apache-xml.rpm will list the files that are installed on the system by the apache-xml.rpm package, but only if the package is already installed. If the package is not installed, it will return an error.
References:
* 4 ways to list files within a rpm package in Linux
* How to list all files installed by RPM package
* How to List Files Installed From an RPM Package in CentOS?
* How to list all files contained in an RPM package


質問 # 103

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

正解:C、D


質問 # 104
Linux 2.0.36 を実行しており、システムに USB マウスを追加する必要があります。次の記述のうち正しいものはどれですか。

  • A. カーネルをアップグレードする必要があります
  • B. カーネルを再構築する必要があります
  • C. 既存のモジュラーカーネル用のUSBモジュールをロードする必要があります
  • D. LinuxではUSBサポートは利用できません

正解:A


質問 # 105

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

正解:D


質問 # 106
中断されたコマンドのバックグラウンド実行を継続するために使用されるシェルコマンド

  • A. bg
  • B. :&
  • C. cont
  • D. exec
  • E. &

正解:A

解説:
Explanation
The bg command is used to resume a suspended command in the background, allowing it to run without user interaction. The command takes a job ID as an argument, which can be obtained by using the jobs command.
Alternatively, if no job ID is specified, bg will resume the most recently suspended job. The bg command is part of the job control features of the Linux shell, which allow users to manage multiple processes running in the same terminal. References:
* LPI Linux Essentials: 1.3.2 Job Control
* LPI Linux Administrator: 103.1 Work on the command line


質問 # 107

  • A. update
  • B. dist-upgrade
  • C. install
  • D. upgrade
  • E. auto-update

正解:D


質問 # 108
/ dev / sr0にすでに挿入されているCD-ROMを、root権限で発行されたときに既存のディレクトリ/ mnt / cdromにマウントするコマンドは次のうちどれですか

  • A. mount -f /dev/sr0/mnt/cdrom
  • B. mount /dev/cdrom /mnt/cdrom
  • C. mount /dev/sr0 /mnt/cdrom
  • D. mount -l cdrom /dev/sr0 /mnt/cdrom
  • E. mount -t cdrom /dev/sr0 /mnt/cdrom

正解:C

解説:
Explanation
The mount command is used to attach a filesystem to a directory on the system, which is called a mount point.
The mount command requires the device name or the UUID of the filesystem as the first argument, and the mount point as the second argument. Optionally, the mount command can also take some options, such as the filesystem type, the mount options, and the label. The syntax of the mount command is:
mount [options] device mountpoint
In this question, the device name of the CD-ROM is /dev/sr0, and the mount point is /mnt/cdrom. Therefore, the correct command to mount the CD-ROM is:
mount /dev/sr0 /mnt/cdrom
This command will mount the CD-ROM as a read-only filesystem with the type iso9660, which is the standard format for optical discs. The mount command can automatically detect the filesystem type and the mount options, so there is no need to specify them explicitly. However, if you want to specify them, you can use the
-t and -o options, respectively. For example, the following command is equivalent to the previous one:
mount -t iso9660 -o ro /dev/sr0 /mnt/cdrom
The other options are not correct because:
* A. mount /dev/cdrom /mnt/cdrom: This command may work on some systems, but it is not guaranteed to be correct. The /dev/cdrom is usually a symbolic link to the actual device name of the CD-ROM, which can vary depending on the system. For example, on some systems, the /dev/cdrom may point to
/dev/sr0, but on others, it may point to /dev/scd0 or /dev/hdc. Therefore, it is better to use the actual device name of the CD-ROM, which can be found by using the lsblk or the dmesg command.
* C. mount -t cdrom /dev/sr0 /mnt/cdrom: This command is not valid because cdrom is not a valid filesystem type. The filesystem type for optical discs is iso9660, not cdrom. The mount command will fail with an error message saying:
mount: unknown filesystem type 'cdrom'
* D. mount -l cdrom /dev/sr0 /mnt/cdrom: This command is not valid because -l is not a valid option for the mount command. The -l option is used to list all the mounted filesystems, not to mount a filesystem.
The mount command will fail with an error message saying:
mount: can't find /dev/sr0 in /etc/fstab
* E. mount -f /dev/sr0/mnt/cdrom: This command is not valid because it is missing a space between the device name and the mount point. The mount command requires two separate arguments for the device name and the mount point, separated by a space. Also, the -f option is used to fake the mount operation, not to perform the actual mount. The mount command will fail with an error message saying:
mount: /dev/sr0/mnt/cdrom: mount point does not exist.
References:
* How to mount cdrom in Linux - Learn Linux Configuration
* Mount CD-ROM in Linux using Command Line - nixCraft
* Mounting the CD or DVD (Linux) - IBM


質問 # 109
ログインしているすべてのユーザーの端末にメッセージを書き込むコマンドは次のうちどれですか?

  • A. wall
  • B. yell
  • C. bcast
  • D. mesg
  • E. print

正解:A


質問 # 110
ネストされたディレクトリ構造では、特定の数のサブディレクトリを検索するようにコマンドを制限するために、どのコマンドラインオプションが使用されますか?

  • A. -maxlevels
  • B. -n
  • C. -maxdepth
  • D. -s
  • E. -dirmax

正解:C

解説:
Explanation
The find command is used to search for files and directories that match certain criteria. The option -maxdepth can be used to restrict the command to searching down a particular number of subdirectories. The argument to
-maxdepth is a positive integer that specifies the maximum depth of the directory tree to be searched. For example, -maxdepth 0 means only the current directory, -maxdepth 1 means the current directory and its direct subdirectories, and so on1. The option -maxdepth should be placed before any other expressions, as it affects the behavior of the whole command2. For example, to find all the files with the extension .txt in the current directory and its direct subdirectories, the command would be:
find . -maxdepth 1 -type f -name "*.txt"
The other options are not correct because:
* A. -dirmax is not a valid find option.
* C. -maxlevels is not a valid find option.
* D. -depth is a valid find option, but it does not restrict the command to searching down a particular number of subdirectories. It only changes the order of the search, so that the files and directoriesare processed in depth-first order, meaning that the contents of a directory are processed before the directory itself1. References:
* find(1) - Linux manual page
* How to use find command to search for multiple extensions - Unix & Linux Stack Exchange


質問 # 111
......

究極のガイド101-500日本語認証試験準備LPIC Level1:https://jp.fast2test.com/101-500J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어