inetd
Inetd monitors ports and when a connection is made, it passes them to a given program.
The configuration is in /etc/inetd.conf
If you edit that file, to get inetd to read it again, just HUP it:
ps -ef|grep inetd
kill -HUP pid
Inetd monitors ports and when a connection is made, it passes them to a given program.
The configuration is in /etc/inetd.conf
If you edit that file, to get inetd to read it again, just HUP it:
ps -ef|grep inetd
kill -HUP pid
No comments yet.
RSS feed for comments on this post. TrackBack URI
Powered by WordPress