Daemon inetd controls services like telnet, ftp, tftp etc. etc. etc. When you comment out the services in /etc/inetd.conf, you in a sense disable the service because the service daemon will not be able to start. Daemons like ftp, tftp will only run when called... Once the service is exited, the daemon is halted.
#telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd THEN: ps auxw | grep inetd | grep -v grep and send the process the HUP signal using kill -HUP PID --- "[EMAIL PROTECTED]@cus" <[EMAIL PROTECTED]> wrote: > Hi guys, > Just in a hurry, how can i disable telnet service on > Solaris? tia > > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

