HI to all, Mr.Bhargav had a problem on ftp server setup.Problem is he is not able to enable ftp service in redhat7.2. In this case what you have to do is:
1. login as a root account. 2. execute setup
#setup
3. Select system services options
4. In that list, enable wu-ftpd and also disable iptables,ipchains(also disable unmanted services like httpd,lpd because it will slowdown the system)
5. Execute following scripts:
#/etc/rc.d/init.d/xinetd restart #/etc/rc.d/init.d/iptables stop #/etc/rc.d/init.d/ipchains stop
6. Create your users as usual.
If this doesn't work reply to me.
with regards, Malikarjun B.M