View Single Post

  #2 (permalink)  
Old 01-18-2006, 09:29 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

You can use any one of the following commands:

Code:
/etc/init.d/inetd stop
/etc/init.d/inetd start
OR use following command
Code:
/usr/bin/pkill -HUP inetd
Reply With Quote