Enable FTP in Red Hat
1. Using optional FTP daemon. #/etc/init.d/vsftpd start 2. If the system does not have optional FTP daemon, use the gssftp. Edit the gssftp file: #vi /etc/xinetd.d/gssftp Remove -a disable = no ** Find the server_args and remove the -a and change the disable from no to yes 3. Restart xinetd service #/etc/init.d/xinetd restart 4. Test [...]

