Inetd

From My Mnemonic Rhyme
Revision as of 07:04, 14 July 2011 by >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 …“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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`