How to configure ftp server in Linux:-
#rpm –qa vsftpd =to find ftp pacakages are install or not.
There are three ways to install ftp packages:-
By yum repository ,gui,rpm command here we use rpm command for this RHel dvd is must be inserted or copied.
#Cd / =to go in root
Every cd/pendrive is mounted in media directory:-
#cd media/RHel 6.0\ 1386\ Disc\ 1/Packages/
#rpm –I vsftpd -2.2.2-6.el6.1686.rpm
#it get install successfully
#rpm –qa vsftpd
#service vsftpd start (status,restart,stop)
#to permanent enables this service
#chkconfig vsftpd on