Inetd: Difference between revisions
Jump to navigation
Jump to search
>Homaar (Die Seite wurde neu angelegt: „==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 …“) |
(No difference)
|
Latest revision as of 07:04, 14 July 2011
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`