LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 596|回复: 1

logger 神马东东?有必要启动吗?

[复制链接]
发表于 2011-5-23 20:27:35 | 显示全部楼层 |阅读模式
用的debian squeeze,
ps aux 发现有这样一条:

root      1683  0.0  0.2   1664   528 ?        S    May16   0:00 logger -t mysqld -p daemon.error

请问这玩意是干嘛的?   :yun:
有何用处?
要不要启动?
发表于 2011-5-23 23:16:11 | 显示全部楼层
这个命令属于软件包bsdutils,查查manpage就知道了,logger给syslog提供了一个入口,是记录系统日志用的。放着就好。
你的 logger估计是在记录你安装的mysql服务的出错信息。

附:logger的manpage摘选

[html]
NAME
     logger — a shell command interface to the syslog(3) system log module

SYNOPSIS
     logger [-isd] [-f file] [-p pri] [-t tag] [-u socket] [message ...]

DESCRIPTION
     Logger makes entries in the system log.  It provides a shell command interface to the syslog(3) system log module.

[/html]
......
[html]
     -p pri   Enter the message with the specified priority.  The priority may be specified numerically or as a ``facility.level'' pair.  For example,
              ``-p local3.info'' logs the message(s) as informational level in the local3 facility.  The default is ``user.notice.''

     -t tag   Mark every line in the log with the specified tag.
[/html]
回复 支持 反对

使用道具 举报

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

本版积分规则

快速回复 返回顶部 返回列表