RSS2.0

RHCE RHCT Exam questions : enable telnet services on Linux

Tuesday, March 21, 2006

How to enable telnet services on Redhat enterprise Linux :

# chkconfig telnet --list
#chkconfig telnet on
#chkconfig --level 35 telnet on

where 3 and 5 are run levels , so telnet will run when Linux is running in runlevel 3 and 5 only.

0 comments: