centOS installation Ftp

1 to see if the installation

rpm -q vsftpd

2, the installation method

yum install -y vsftpd

3, view the installation position

whereis vsftpd

4, Service Management

// Service State 
systemctl Status vsftpd.service
// service starts
systemctl Start vsftpd.service
// service stops
systemctl STOP vsftpd.service
// open start
systemctl enable vsftpd.service

5, be continued ....

 

Guess you like

Origin www.cnblogs.com/feihusurfer/p/11069188.html
Recommended