{"id":1795,"date":"2012-01-25T23:44:15","date_gmt":"2012-01-25T15:44:15","guid":{"rendered":"https:\/\/webhostinggeeks.com\/howto\/?p=1795"},"modified":"2023-04-28T09:49:57","modified_gmt":"2023-04-28T09:49:57","slug":"how-to-install-vsftpd-ftp-server-on-rhel-6","status":"publish","type":"post","link":"https:\/\/webhostinggeeks.com\/howto\/how-to-install-vsftpd-ftp-server-on-rhel-6\/","title":{"rendered":"How to Install Vsftpd Ftp Server on RHEL 6"},"content":{"rendered":"<p>In this post, i will show you on how to install Vsftpd service on Red Hat Enterprise Linux 6 (RHEL 6).This post assumed that you have configure local yum repository.<\/p>\n<p><a href=\"https:\/\/webhostinggeeks.com\/howto\/how-to-setup-local-yum-repository-from-cd-romdvd-rom-image-on-rhel-6\/\">How to Setup Local Yum Repository from CD-ROM\/DVD-ROM image on RHEL 6<\/a><\/p>\n<p>1. Install the Vsftpd service. <\/p>\n<ol>\n<pre class=\"code\">\n[root@rhel6 ~]# yum install vsftpd\nLoaded plugins: rhnplugin\nThis system is not registered with RHN.\nRHN support will be disabled.\nDVD-RHEL6-Repository                                                         | 3.7 kB     00:00 ...\nDVD-RHEL6-Repository\/primary_db                                              | 2.3 MB     00:00 ...\nSetting up Install Process\nResolving Dependencies\n--> Running transaction check\n---> Package vsftpd.i686 0:2.2.2-6.el6 set to be updated\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n====================================================================================================\n Package            Arch             Version                 Repository                        Size\n====================================================================================================\nInstalling:\n vsftpd             i686             2.2.2-6.el6             DVD-RHEL6-Repository             155 k\n\nTransaction Summary\n====================================================================================================\nInstall       1 Package(s)\nUpgrade       0 Package(s)\n\nTotal download size: 155 k\nInstalled size: 343 k\nIs this ok [y\/N]: y\nDownloading Packages:\nRunning rpm_check_debug\nRunning Transaction Test\nTransaction Test Succeeded\nRunning Transaction\n  Installing     : vsftpd-2.2.2-6.el6.i686                                                      1\/1\n\nInstalled:\n  vsftpd.i686 0:2.2.2-6.el6\n\nComplete!\n<\/pre>\n<\/ol>\n<p>2. Start Vsftpd Service :<\/p>\n<ol>\n<pre class=\"code\">\n[root@rhel6 ~]# service vsftpd start\nStarting vsftpd for vsftpd:                                [  OK  ]\n<\/pre>\n<\/ol>\n<p>3. Stop Vsftpd Service :<\/p>\n<ol>\n<pre class=\"code\">\n[root@rhel6 ~]# service vsftpd stop\nShutting down vsftpd:                                      [  OK  ]\n<\/pre>\n<\/ol>\n<p>4. Restart Vsftpd Service :<\/p>\n<ol>\n<pre class=\"code\">\n[root@rhel6 ~]# service vsftpd restart\nShutting down vsftpd:                                      [  OK  ]\nStarting vsftpd for vsftpd:                                [  OK  ]\n<\/pre>\n<\/ol>\n<p>5. Make Vsftpd Service auto start on boot up :<\/p>\n<ol>\n<pre class=\"code\">\n[root@rhel6 ~]# chkconfig vsftpd on\n<\/pre>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>In this post, i will show you on how to install Vsftpd service on Red Hat Enterprise Linux 6 (RHEL 6).This post assumed that you have configure local yum repository&#8230;.<\/p>\n","protected":false},"author":6,"featured_media":1499,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":0,"footnotes":""},"categories":[2063,2058],"tags":[1536,1713,1715,1905],"class_list":["post-1795","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ftp","category-rhel","tag-linux","tag-rhel","tag-rhel-6","tag-vsftpd-2"],"_links":{"self":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/1795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/comments?post=1795"}],"version-history":[{"count":0,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/1795\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media\/1499"}],"wp:attachment":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media?parent=1795"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/categories?post=1795"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/tags?post=1795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}