happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.99k stars 1.98k forks source link

根据步骤安装和编译fastdfs之后,对配置文件操作出现异常 #593

Closed isvttr closed 1 year ago

isvttr commented 1 year ago

[root@VM-12-2-centos fastdfs]# cp /etc/fdfs/tracker.conf.sample /etc/fdfs/tracker.conf cp: cannot stat ‘/etc/fdfs/tracker.conf.sample’: No such file or directory

[root@VM-12-2-centos fastdfs]# cp /etc/fdfs/tracker.conf.sample /etc/fdfs/tracker.conf cp: cannot stat ‘/etc/fdfs/tracker.conf.sample’: No such file or directory

[root@VM-12-2-centos fastdfs]# cp /etc/fdfs/storage.conf.sample /etc/fdfs/storage.conf cp: cannot stat ‘/etc/fdfs/storage.conf.sample’: No such file or directory

reatiny commented 1 year ago

+1

happyfish100 commented 1 year ago

已经没有 后缀名为sample的配置文件了,不再需要 cp这一步。

happyfish100 commented 1 year ago

感谢反馈,wiki文档已更新。