Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam EX200 topic 1 question 19 discussion

Actual exam question from RedHat's EX200
Question #: 19
Topic #: 1
[All EX200 Questions]

SIMULATION -
Download ftp://192.168.0.254/pub/boot.iso to /root, and mounted automatically under /media/cdrom and which take effect automatically at boot-start.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
# cd /root; wget ftp://192.168.0.254/pub/boot.iso
# mkdir -p /media/cdrom
# vim /etc/fstab
/root/boot.iso /media/cdrom iso9660 defaults,loop 0 0
# mount -a
mount [-t vfstype] [-o options] device dir

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jahmad0730
11 months, 4 weeks ago
Is this on the exam in 2023 May? Earlier post says FTP stuff is not on exam???
upvoted 1 times
JAlley1403
7 months, 3 weeks ago
Did you ever receive a response? I take the exam soon and would like to know how I should best prepare.
upvoted 1 times
AdhamObada95
7 months, 2 weeks ago
I think that using wget or something like lftp to download a file from an FTP server does not equate to configuring an FTP server. It is just a simple command to download a file anyway, so just learn it.
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...