305-300日本語 無料問題集「Lpi LPIC-3 Exam 305: Virtualization and Containerization (305-300日本語版)」
コマンド vzctl ____________ 105 /usr/bin/apt-get install wget では、OpenVZ コンテナー 105 に wget をインストールするために、vzctl のどのサブコマンドが不足していますか?
正解:
exec
Explanation:
In OpenVZ virtualization, thevzctlcommand is used to manage containers. According to OpenVZ documentation, theexecsubcommand is required to execute a commandinside a running container.
The correct command syntax is:
vzctl exec 105 /usr/bin/apt-get install wget
The exec subcommand runs the specified command in the context of the container identified by its container ID (CTID), in this case105. Without exec, the command would not be executed inside the container environment.
Therefore, the missing and correct subcommand isexec.
Explanation:
In OpenVZ virtualization, thevzctlcommand is used to manage containers. According to OpenVZ documentation, theexecsubcommand is required to execute a commandinside a running container.
The correct command syntax is:
vzctl exec 105 /usr/bin/apt-get install wget
The exec subcommand runs the specified command in the context of the container identified by its container ID (CTID), in this case105. Without exec, the command would not be executed inside the container environment.
Therefore, the missing and correct subcommand isexec.
Xen ゲスト ドメインの仮想 CD-ROM ドライブ内のメディアを変更する xl のサブコマンドはどれですか?
(パスやパラメータを指定せずにサブコマンドのみを指定します。)
解決:
block-attach - または - xl cd-insert - または - cd-eject - または - xl cd-eject - または - cd-insert - または - xl block-attach - または - block-detach - または - xl block-detach 指定されたソリューションが正しいかどうかを判断します。
(パスやパラメータを指定せずにサブコマンドのみを指定します。)
解決:
block-attach - または - xl cd-insert - または - cd-eject - または - xl cd-eject - または - cd-insert - または - xl block-attach - または - block-detach - または - xl block-detach 指定されたソリューションが正しいかどうかを判断します。
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)