-
Step 1
Log into the Sun Solaris system as the root user. Root is the administrator account in a Solaris system.
Although you can check the status of the telnet service as a nonroot user, you cannot change the status of the telnet service without being root. -
Step 2
Click on the Launch button, and then click on Applications. Click Utilities. Finally click Terminal, which brings up a command line window.
The command line window allows you to run Solaris commands via text. -
Step 3
In the command line window, type "svcs -a | grep telnet."
This SMF command displays the status of the telnet service. The status will be disabled, online, or in maintenance mode. Any Solaris user can run this command.
If the telnet service is enabled, any user can log into the Solaris system using the telnet protocol. When the Solaris system reboots with telnet enabled, the telnet service starts up automatically.
If the telnet service is disabled, users will no longer be allowed to use the telnet service. Any users already logged in using the telnet protocol remain online until they finally disconnect. When the Solaris system reboots with telnet disabled, the telnet service remains disabled until its status is changed by the root user.
If the telnet service is in maintenance mode, the telnet service malfunctioned earlier and was stopped by the system.







