This is a discussion on How to refresh inetd? within the AIX Operating System forums, part of the Unix Operating Systems category; --> Does any one know how to refresh inetd after making changes to the /etc/inetd.conf file with rebooting the box. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| In article <ph7md.17674$Gm6.15644@newsread3.news.atl.earthlin k.net>, R Guzman wrote: > Does any one know how to refresh inetd after making changes to the > /etc/inetd.conf file with rebooting the box. > > Thanks! > > # ps -ef | grep inetd # kill -1 PID |
| |||
| In article <10pigvftaeee526@corp.supernews.com>, Mike <mikee@mikee.ath.cx> wrote: > In article <ph7md.17674$Gm6.15644@newsread3.news.atl.earthlin k.net>, R Guzman wrote: >> Does any one know how to refresh inetd after making changes to the >> /etc/inetd.conf file with rebooting the box. >> >> Thanks! >> >> > > # ps -ef | grep inetd > # kill -1 PID The AIX way, if it's a SRC-managed subsystem (like inetd is): # refresh -s inetd -Dan |
| |||
| Mike wrote: > In article <ph7md.17674$Gm6.15644@newsread3.news.atl.earthlin k.net>, R Guzman wrote: > >>Does any one know how to refresh inetd after making changes to the >>/etc/inetd.conf file with rebooting the box. >> >>Thanks! >> >> > > > # ps -ef | grep inetd > # kill -1 PID Yuck! Must be a Solaris admin - do it this way: refresh -s inetd |
| ||||
| In article <dLidncFgqILOzQfcRVn-vQ@rogers.com>, Mike wrote: > Mike wrote: >> In article <ph7md.17674$Gm6.15644@newsread3.news.atl.earthlin k.net>, R Guzman wrote: >> >>>Does any one know how to refresh inetd after making changes to the >>>/etc/inetd.conf file with rebooting the box. >>> >>>Thanks! >>> >>> >> >> >> # ps -ef | grep inetd >> # kill -1 PID > Yuck! Must be a Solaris admin - do it this way: > refresh -s inetd Try sunos, mips, irix, aix ps/2 1.0, etc. |