Thread
:
solaris inetd restart
View Single Post
#
2
(
permalink
)
01-18-2006, 09:29 PM
tom
Contributors
User
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power:
4
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
tom
View Public Profile
Find all posts by tom