Answer» hi........ what should i do to install "FTP" SERVER in my linux(REDHAT) operated pc......It's almost certainly already installed. I'm not sure which FTP server ships as default with RedHat, but if you go to /etc/init.d, you'll find all the startup/shutdown scripts, and probably one is for the ftp server. Do: "ls /etc/init.d/*ftp*" and you'll find it. vsftpd is a GOOD safe bet which I recommend INSTALLING if it's not already there.
|