配置记录FTP传输情况的LinuxFTP服务器
点击次数:24 次 发布日期:2008-11-22 09:37:17 作者:源代码网
|
使用下面的步骤来设置ftp进行日志记录: 1.#cp/etc/inetd.conf/etc/inetd.conf.bak 2.#vi/etc/inetd.conf 编辑如下的ftp行,在最后加上-l标志: ftpstreamtcp6nowaitroot/usr/sbin/ftpdftpd-l 3.#vi/etc/syslog.conf 在syslog.conf文件的最后加上下面的行: daemon.info/tmp/ftp.log 4.#touch/tmp/ftp.log 5.#refresh-sinetd 6.#refresh-ssyslogd 源代码网供稿. |
