Monday, July 22, 2019

How to create ftp server in RHEL | FTP Server


Qus => How to create ftp server in RHEL
Ans => 1 – install vsftpd-2.0.5-16.el5.i386.rpm rpm package
#rpm -ivh vsftpd-2.0.5-16.el5.i386.rpm
# service vsftpd restart
#chkconfig vsftpd on
After run this step you have a directory inside /var
#/var/ftp/pub
After installing this package pub directory automatically share
To verify ftp run #ftp localhost
username : anonymous
password : none
ftp> if you see this it means ftp is working.
Note use username for ftp login anonymous and password blank .

1 comment:

  1. Fabulous job brother,oracle ka installation bhi aap blog pe daal do to mehrbani hogi.

    Oracle 11g,12c Centos 7.8 or 7.9 pwe configuration bhi upload kar do.

    ReplyDelete

Linux server hardening | Secure Linux Servers

 Linux server hardening is the process of securing a Linux server by reducing its attack surface and mitigating security risks. The goal is ...