【回答】
syslog (/var/log/message) に任意のログを書き込むには logger コマンドを使用します。
logger -p local0.info "this is a test error"
出力されたログを確認します。
[root@localhost ~]# tail -n 1 /var/log/messages
Feb 19 10:00:0 localhost root: this is a test error
(*)本ページは Redhat Enterprise Linux 4以後を想定しています。
最終更新日:2009/12/30
[Redhat Enterprise linux 6(EL) FAQ トップへ]
[FAQ CENTER トップ]