Inetd
Jump to navigation
Jump to search
inetd restart - old method
Old method (works on all variant of UNIX/Linux/BSD oses) Once you made changes to inetd (internet super-server)configuration file (/etc/inetd.conf) you can use kill or killall command as follows to restart inetd:
# killall -HUP inetd OR # kill -HUP inetd OR # kill -HUP `cat /var/run/inetd.pid`