vi /etc/vsftpd/vsftpd.conf
在最后加入一行:
use_localtime=YES
存盘后,重启vsftpd:
service vsftpd restart
OK时间一致了
本文介绍如何通过修改 VSFTPD 配置文件实现时间同步。具体操作包括在 vsftpd.conf 文件中添加 use_localtime=YES 参数,并重启服务。
vi /etc/vsftpd/vsftpd.conf
use_localtime=YES
service vsftpd restart
OK时间一致了

被折叠的 条评论
为什么被折叠?
