enable telnet/ftp services on redhat linux

is telnet disabled in ur linux os. here is the way to turn on

As a root user.

1) vi /etc/xinetd.d/telnet .
2) give disable=no
3) bash#/etc/init.d/xinetd restart

to enable FTP service.
1) bash#/etc/init.d/vsftpd start.

No comments: