InterviewSolution
Saved Bookmarks
| 1. |
If Telnet Not Working, What Are The Thing To Be Checked? |
|
Answer» Ping test, service ENABLE or not in (/etc/inetd.conf), NIS problem If telnet is not working, first of all you will not be get connected, login through console access and then find out with ps -ef | GREP telnetd or Kill -1 Ping test, service enable or not in (/etc/inetd.conf), NIS problem If telnet is not working, first of all you will not be get connected, login through console access and then find out with ps -ef | grep telnetd or Kill -1 |
|