加入收藏 | 设为首页 | 会员中心 | RSS
您当前的位置:首页 > Linux技术 > 网络管理

配置记录FTP传输情况的Linux FTP服务器

时间:2008-06-06 10:34:06  来源:  作者:
 

使用下面的步骤来设置ftp进行日志记录:

1.# cp /etc/inetd.conf /etc/inetd.conf.bak

2.# vi /etc/inetd.conf

编辑如下的ftp行,在最后加上-l标志:

ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd -l

3.# vi /etc/syslog.conf

在syslog.conf文件的最后加上下面的行:

daemon.info /tmp/ftp.log

4.# touch /tmp/ftp.log

5.# refresh -s inetd

6.# refresh -s syslogd

来顶一下
近回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
相关文章
    无相关信息
栏目更新
栏目热门