wget http://fastdfs.googlecode.com/files/FastDFS_v4.06.tar.gz tar zxvf FastDFS_v4.06.tar.gz cd FastDFS ./make.sh ./make.sh install
/usr/local/bin/fdfs_trackerd /etc/fdfs/tracker.conf
/usr/local/bin/fdfs_storaged /etc/fdfs/storage.conf
killall fdfs_trackerd killall fdfs_storaged
vim /etc/fdfs/client.conf
#測試上傳文件vim
/usr/local/bin/fdfs_test /etc/fdfs/client.conf upload test ---最後的test爲文件名
/usr/local/bin/fdfs_monitor /etc/fdfs/client.conf