How can i stop the telnet service in solaris 8 and 9?

Answers were Sorted based on User's Feedback



How can i stop the telnet service in solaris 8 and 9?..

Answer / basunix

svcs will work only in solaris 10.

Is This Answer Correct ?    13 Yes 0 No

How can i stop the telnet service in solaris 8 and 9?..

Answer / shahzad ahmed

#/etc/init.d/telnetd start #/etc/init.d/telnetd stop

Is This Answer Correct ?    16 Yes 8 No

How can i stop the telnet service in solaris 8 and 9?..

Answer / nayan kalita

vi /etc/inetd.conf
comment the telnet line with #
refresh inetd daemon

Is This Answer Correct ?    12 Yes 4 No

How can i stop the telnet service in solaris 8 and 9?..

Answer / srikanth

by using this command.
#/etc/init.d/telnetd stop

Is This Answer Correct ?    3 Yes 2 No

How can i stop the telnet service in solaris 8 and 9?..

Answer / vipin tyagi

mark # front of telnet in /etc/inetd.conf file.
#telnet

Is This Answer Correct ?    1 Yes 5 No

How can i stop the telnet service in solaris 8 and 9?..

Answer / rajesh.cherukuri

ps -ef |grep telnet

then u can see telnetd runing demon on server.

vi /etc/init.d/telnetd stop the servives...

or...svcs -l |grep telnet
and sto[p services....


Regards
Rajesh.

Is This Answer Correct ?    2 Yes 14 No

Post New Answer

More Solaris AllOther Interview Questions

types of installations in solaris

7 Answers   IBM,


what is SMF service? And what it does in Solaris 10

2 Answers   IBM,


what is the difference between detached and disassociate state of plexes?

2 Answers  


how to check network statstics..?

5 Answers  


If ping command is not working then how to check the status of the server..?

2 Answers  






After installing kernal patch if system crashed,then how to recover?

2 Answers   HP,


what is the disadvantage of 'tar' command?

3 Answers   IBM,


why u can't go for windows& why u chosen UNIX

3 Answers   IBM,


What happened if vxconfigd is disabled?

1 Answers  


How to configure llt and gab in VCS tell me step by step?

1 Answers   Mphasis,


How to brk the root pwd?

5 Answers  


how will u create user with out asking a password?

6 Answers   IBM,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)