1834374 Members
2406 Online
110066 Solutions
New Discussion

ftpaccess

 
cbozlagan
Regular Advisor

ftpaccess

after change of /etc/ftpd/ftpaccess , must I restart the HPUX or what must I do?

Thanks
3 REPLIES 3
john korterman
Honored Contributor

Re: ftpaccess

Hi,

it is sufficient to force the inetd daemon to re-read its configuration file:
# inetd -c

regards,
John K.
it would be nice if you always got a second chance
Rasheed Tamton
Honored Contributor

Re: ftpaccess

The above is the normal way.

inetd -c

But in some rare cases, it will not re-read! the configuration. In that case, you can kill (inetd -k) and restart inetd (inetd) or use /sbin/init.d/inetd stop
and
/sbin/init.d/inetd start.

Regards.
Khashru
Valued Contributor

Re: ftpaccess

inetd -c should work. If does not then

/sbin/init.d/inetd stop
/sbin/init.d/inetd start