EX200 Exam QuestionsBrowse all questions from this exam

EX200 Exam - Question 64


SIMULATION -

One Package named zsh is dump on ftp://server1.example.com under /pub/updates directory and your FTP server is 192.168.0.254. Install the package zsh.

Show Answer
Correct Answer:

To install the zsh package from the specified FTP server, you can follow these steps: 1) Download the package using the wget command: `wget ftp://server1.example.com/pub/updates/zsh` 2) Once the package is downloaded, install it using the rpm command: `rpm -ivh zsh-*` 3) Verify the installation using: `rpm -q zsh`. Ensure that you have connectivity to the FTP server with the IP address 192.168.0.254 and that you have necessary permissions to download and install packages.

Discussion

1 comment
Sign in to comment
PENNSHARK
Jan 10, 2024

wget ftp://server1.example.com/pub/updates/zsh yum install zsh