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 9 discussion

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

SIMULATION -
Install a FTP server, and request to anonymous download from /var/ftp/pub catalog. (it needs you to configure yum direct to the already existing file server.)

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
# cd /etc/yum.repos.d
# vim local.repo
[local]
name=local.repo
baseurl=file:///mnt
enabled=1
gpgcheck=0
# yum makecache
# yum install -y vsftpd
# service vsftpd restart
# chkconfig vsftpd on
# chkconfig --list vsftpd
# vim /etc/vsftpd/vsftpd.conf
anonymous_enable=YES

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jujuonbeat
Highly Voted 3 years, 5 months ago
FTP stuff no longer on RHCSA from 2019
upvoted 19 times
...
Rahul95
Highly Voted 10 months, 3 weeks ago
Not valid for RHCSA 9
upvoted 5 times
...
[Removed]
Most Recent 1 year, 10 months ago
Are you guys certain that this isn't a question asking you to configure a local YUM repo? If so, the first half of the solution is correct (except for the base URL): # cd /etc/yum.repos.d # vim local.repo [local] (can be any name in brackets) name=local.repo (any name you want) baseurl=/var/ftp/pub (local repo's network location) enabled=1 (duh, enabled) gpgcheck=0 (doesn't perform check)
upvoted 3 times
Mari685
1 year, 10 months ago
need some details about redhat can you please dm me on my instagram luvkhan123 please
upvoted 1 times
...
qolani
8 months, 3 weeks ago
How do you check if your configuration is done correctly?
upvoted 1 times
...
...
14_aman
1 year, 10 months ago
WHY FTP WAS NOT ADDED IN FIREWALLD? IS FIREWALL DISABLED ALREADY IN MACHINE?
upvoted 2 times
Mari685
1 year, 10 months ago
can i have some details about redhat? can you dm me in my insta page luvkhan123 plz
upvoted 1 times
...
...
corpio
2 years, 11 months ago
Thts correct
upvoted 2 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 ...