|
Prev: www.crazysupplier.com wholesale nike air force one sneakers wholesale nike air rift ...
Next: SAN/NetBackup Interview questions
From: solaris chat on 20 Apr 2008 12:10 can any body tell me howmany ways to disable telnet in solaris 9 in particular in /etc/inet/inetd.conf how we do it thanks in advance
From: Oscar del Rio on 20 Apr 2008 12:59 solaris chat wrote: > can any body tell me howmany ways to disable telnet in solaris 9 > in particular in /etc/inet/inetd.conf how we do it # man inetd # man inetd.conf # vi /etc/inet/inetd.conf /^telnet i#<Esc>:wq # pkill -HUP inetd # telnet localhost Connection refused
From: Oleksii Dzhulai on 24 Apr 2008 11:26
On Apr 20, 7:10 pm, solaris chat <admpra...(a)gmail.com> wrote: > can any body tell me howmany ways to disabletelnetin solaris 9 > in particular in /etc/inet/inetd.conf how we do it > thanks in advance Also you can rename /usr/sbin/in.telnetd to /usr/sbin/not.telnetd :) |