1.FTPサーバインストール
# yum -y install vsftpd Setting up Install Process Setting up Repos base 100% |=========================| 1.1 kB 00:00 updates-released 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 updates-re: ################################################## 888/888 Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for vsftpd to pack into transaction set. vsftpd-2.0.1-5.i386.rpm 100% |=========================| 12 kB 00:00 ---> Package vsftpd.i386 0:2.0.1-5 set to be updated --> Running transaction check Dependencies Resolved Transaction Listing: Install: vsftpd.i386 0:2.0.1-5 - base Total download size: 119 k Downloading Packages: (1/1): vsftpd-2.0.1-5.i38 100% |=========================| 119 kB 00:00 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: vsftpd 100 % done 1/1 Installed: vsftpd.i386 0:2.0.1-5 Complete! |
2.FTPサーバの設定
|
3.FTPサーバ起動
# /etc/init.d/vsftpd start vsftpd 用の vsftpd を起動中: [ OK ] |
4.FTPサーバ自動起動設定
# chkconfig vsftpd on # chkconfig --list vsftpd vsftpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off |
Copyright (C) 2005 ataru