My Linux

1. Check if ftp server running and start it

    chkconfig --list | grep ftp 

    chkconfig --level 345 vsftpd on

2. Rpm Install 

    rpm -Uvh    (Upgrade)

    rpm -ivh