|
Posted by LinuxSecurity.com Team
|
The syslogd server uses a Unix Domain stream socket (/dev/log) for receiving
local log messages via syslog(3).
Unix Domain stream sockets are non connection-less, that means, that
one process is needed to serve one client.
|
|
Read more...
|