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

what is sticky bit,setuid setgid and setfacl used for

2 Answers   IBM, IBN,


what is the use RAID and which is the best(Solaris)

4 Answers   IBM,


What is OBP and how do you access it?

2 Answers   3i Infotech,


How to findout particular file in the backup tape with the help of ufsdump

2 Answers   IBM,


If you can ping a server, but can't telnet or ssh to it, what could be the problem?

8 Answers  






In solaris we have 2 directories for commands. what are they..? is there any difference b/w those..?

3 Answers  


what is state database replica and how to create it

2 Answers   IBM,


what r diff types of back ups?

4 Answers   Locuz,


How many default no of users r there?

1 Answers  


How would you freeze a service group?

1 Answers  


what is the diff between Sol9 and Sol10 Booting procedure

3 Answers   IBM,


what is the main difference between windows , unix ,linux, operating syatems? And why the companies in the industry prefer to use solaris os ? why may be the reason?

1 Answers  


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)