Shell scripting: Write message to a syslog / log file - nixCraft

Shell scripting: Write message to a syslog / log file - nixCraft

瀏覽:1027
日期:2026-04-21
If you want to log to a remote Syslog server, the logger command will not work as it logs only to the syslogd on the localhost. log4sh is a logging framework for shell scripts that *can* log to a remote Syslog server as long as netcat is installed. Reply...看更多