由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - one question on syslogd again
相关主题
one question about syslogd请问unix/Linux中设置共享目录
about syslog.conf[转载] tail -f 动态连续显示log文件 for Windows?
[公告] Unix 板的投票结果an AWK question?
[转载] Help, about clock().dos下有类似于 unix "tail" command么?
How and where can I get source code of "vi"新手问个基础问题
about Sun Workstations面试中的unix, linux的几个问题,不知道自己答对了没有。
Can I install linux on these old RS/6000?vi tutorial 1
OpenBSD还是NetBSD呢how to set message off?
相关话题的讨论汇总
话题: syslogd话题: again话题: send话题: question话题: user
进入Unix版参与讨论
1 (共1页)
l***r
发帖数: 459
1
I check syslogd again on website
http://www.cert.org/security-improvement/implementations/i04
1.08.html
in example actions, there is one sample:
fred,user1 Send messages to users
I wonder if it can send a message to a user account. And at
user side,
I can set a proceess to wait for message coming.
Basically, I am eager to get syslog information in near real
time.
Thanks.
m*******m
发帖数: 182
2
Do something like what 'tail' does. You can find the source
easily.

【在 l***r 的大作中提到】
: I check syslogd again on website
: http://www.cert.org/security-improvement/implementations/i04
: 1.08.html
: in example actions, there is one sample:
: fred,user1 Send messages to users
: I wonder if it can send a message to a user account. And at
: user side,
: I can set a proceess to wait for message coming.
: Basically, I am eager to get syslog information in near real
: time.

l***r
发帖数: 459
3
sorry, I don't understand. could you make it clear? thanks.

【在 m*******m 的大作中提到】
: Do something like what 'tail' does. You can find the source
: easily.

m*******m
发帖数: 182
4
http://cvsweb.netbsd.org/bsdweb.cgi/basesrc/usr.bin/tail/?so
rtby=author#dirlist
Here are the NetBSD version source codes for tail. You can
write your own simplfied version, or you can just use 'tail
-f /var/log/messages' in a script.

【在 l***r 的大作中提到】
: sorry, I don't understand. could you make it clear? thanks.
1 (共1页)
进入Unix版参与讨论
相关主题
how to set message off?How and where can I get source code of "vi"
哪位知道如何看光驱about Sun Workstations
undelete filesCan I install linux on these old RS/6000?
Help needed on Unix System V message queueOpenBSD还是NetBSD呢
one question about syslogd请问unix/Linux中设置共享目录
about syslog.conf[转载] tail -f 动态连续显示log文件 for Windows?
[公告] Unix 板的投票结果an AWK question?
[转载] Help, about clock().dos下有类似于 unix "tail" command么?
相关话题的讨论汇总
话题: syslogd话题: again话题: send话题: question话题: user