免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3589 | 回复: 4
打印 上一主题 下一主题

如何让ftp信息不记录在syslog.log中 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-05-25 15:24 |只看该作者 |倒序浏览
ftp 信息太多,看syslog.log不方便,请问如何才能让syslog.log中不出现ftp的信息

论坛徽章:
1
操作系统版块每日发帖之星
日期:2015-11-09 06:20:00
2 [报告]
发表于 2005-05-26 14:43 |只看该作者

如何让ftp信息不记录在syslog.log中

把你的/etc/syslog.conf,贴出来看看,然后告诉你怎么做.

论坛徽章:
0
3 [报告]
发表于 2005-05-26 16:02 |只看该作者

如何让ftp信息不记录在syslog.log中

很简单的,修改你的/etc/inetd.conf,然后重新启动inetd即可。

默认的关于ftp服务的配置如下:
ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l

-l参数表示将ftp信息写入syslog,去掉该参数即可:
ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd

重新启动inetd:
/sbin/init.d/inetd stop
/sbin/init.d/inetd start

论坛徽章:
0
4 [报告]
发表于 2005-05-30 11:11 |只看该作者

如何让ftp信息不记录在syslog.log中

原帖由 \"oldnetangel\" 发表:
很简单的,修改你的/etc/inetd.conf,然后重新启动inetd即可。

默认的关于ftp服务的配置如下:
ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l

-l参数表示将ftp信息写入syslog,去掉该参?.........


完全正确!

论坛徽章:
0
5 [报告]
发表于 2005-05-30 11:25 |只看该作者

如何让ftp信息不记录在syslog.log中

##
ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l
telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd

# Before uncommenting the \"tftp\" entry below, please make sure
# that you have a \"tftp\" user in /etc/passwd. If you don\'t
# have one, please consult the tftpd(1M) manual entry for
# information about setting up this service.

#tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd
#bootps      dgram  udp wait   root /usr/lbin/bootpd   bootpd
#finger      stream tcp nowait bin  /usr/lbin/fingerd  fingerd
login        stream tcp nowait root /usr/lbin/rlogind  rlogind
shell        stream tcp nowait root /usr/lbin/remshd   remshd
exec         stream tcp nowait root /usr/lbin/rexecd   rexecd
#uucp        stream tcp nowait root /usr/sbin/uucpd    uucpd
ntalk        dgram  udp wait   root /usr/lbin/ntalkd   ntalkd
ident        stream tcp wait   bin  /usr/lbin/identd   identd

##
#
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP