August
25th 2008
FreeBSD: How to restart inetd service/Daemon?

Posted under Web-hosting

1) First login as root user

2)Once you made changes to inetd (internet super-server)configuration file (/etc/inetd.conf) you can use kill or killall as follows:

# killall -HUP inetd

OR

# kill -HUP inetd

3) This causes the inetd program to restart and examine its configuration files. This is especially useful if you have changed the configuration settings.

No Comments »