Linux下ftp安装及使用
  
  
   时间:2014-10-28 16:55来源:linux.it.net.cn 作者:it
  
  
   
    
     | 
	(责任编辑:IT)
		
			查询本机是否安装vsftpd: rpm -qa |grep vsftpd 
		
			安装vsftpd服务器: rpm -ivh vsftpd-*.rpm (注意:vsftpd-*.rpm是你所使用的ftp安装包)
		
			查询当前ftp的状态 chkconfig --list |grep vsftpd,如果为off
		
			开启ftp服务 chkconfig vsftpd on
		
			再次查询当前ftp的状态 chkconfig --list |grep vsftpd,此时的状态为on
		
			第一次安装,开启后请重启下ftp服务service vsftpd restart(若防火墙没关闭,请关闭防火墙)
		
			此时ftp安装全部完成。 | 
   
 
 
  
  
  
   
   ------分隔线----------------------------