April 06, 2012

How to Disable Telnet and FTP Hpux

edit this file
vi /etc/inetd.conf

make hash (#) two lines
#ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l
#telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd

Then restart the inetd service

/usr/sbin/inetd -c

1 comment:

  1. HI, Is the any problem if we issue inetd -c during RAC is running? Please let me know

    thanks

    ReplyDelete