<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FTP and telnet services on RedHat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214127#M73428</link>
    <description>The ease of commands depends on what distribution and version you are using.&lt;BR /&gt;&lt;BR /&gt;For example, in RH7.1 and above, the following command is good for enabling the 'telnet' service (assuming the appropriate software is installed):&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;For RH 7.1 to RH 8, using:&lt;BR /&gt;&lt;BR /&gt;chkconfig wu-ftpd on&lt;BR /&gt;&lt;BR /&gt;would turn FTP on, but on RH8 you could use an alternate command, the same that is used on RH9:&lt;BR /&gt;&lt;BR /&gt;service vsftpd start&lt;BR /&gt;chkconfig vsftpd on&lt;BR /&gt;&lt;BR /&gt;As in RH8 &amp;amp; 9, the preferred FTP daemon is not the xinetd launced 'wu-ftpd', but the init launched 'vsftpd'.&lt;BR /&gt;&lt;BR /&gt;That being said, if you're using a non RH distribution, none of these command will do you any good.&lt;BR /&gt;&lt;BR /&gt;Martin pointed you to an info page on 'xinetd', which is very good (please note, it has instructions for 'tftp', a different protocol than plain 'ftp'), and houls be able to get you by on any system which is designed around the /etc/xinetd.d/ type of systems.&lt;BR /&gt;&lt;BR /&gt;Some systems however just use a flat '/etc/xinetd.conf', but the same concepts apply.&lt;BR /&gt;&lt;BR /&gt;If you're using an older 'inetd' system (as against 'xinetd', then you'll want to look at just '/etc/inetd.conf'.&lt;BR /&gt;&lt;BR /&gt;..&lt;BR /&gt;&lt;BR /&gt;Oh, too much info.. If none of these help, you'll need to give us a bit more detail about what distribution you are using.</description>
    <pubDate>Tue, 09 Mar 2004 23:44:04 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-03-09T23:44:04Z</dc:date>
    <item>
      <title>FTP and telnet services on RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214125#M73426</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to know how to start the ftp and telnet services on RedHat.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wendy</description>
      <pubDate>Tue, 09 Mar 2004 21:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214125#M73426</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2004-03-09T21:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and telnet services on RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214126#M73427</link>
      <description>Hello Wendy,&lt;BR /&gt;&lt;BR /&gt;have a look at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxhomenetworking.com/linux-hn/xinetd.htm" target="_blank"&gt;http://www.linuxhomenetworking.com/linux-hn/xinetd.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This describes the steps to &amp;lt;&lt;DISABLE&gt;&amp;gt; telnet, but if you read the document is should be obvious how to apply the information to enable it too;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;/DISABLE&gt;</description>
      <pubDate>Tue, 09 Mar 2004 22:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214126#M73427</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-09T22:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and telnet services on RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214127#M73428</link>
      <description>The ease of commands depends on what distribution and version you are using.&lt;BR /&gt;&lt;BR /&gt;For example, in RH7.1 and above, the following command is good for enabling the 'telnet' service (assuming the appropriate software is installed):&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;For RH 7.1 to RH 8, using:&lt;BR /&gt;&lt;BR /&gt;chkconfig wu-ftpd on&lt;BR /&gt;&lt;BR /&gt;would turn FTP on, but on RH8 you could use an alternate command, the same that is used on RH9:&lt;BR /&gt;&lt;BR /&gt;service vsftpd start&lt;BR /&gt;chkconfig vsftpd on&lt;BR /&gt;&lt;BR /&gt;As in RH8 &amp;amp; 9, the preferred FTP daemon is not the xinetd launced 'wu-ftpd', but the init launched 'vsftpd'.&lt;BR /&gt;&lt;BR /&gt;That being said, if you're using a non RH distribution, none of these command will do you any good.&lt;BR /&gt;&lt;BR /&gt;Martin pointed you to an info page on 'xinetd', which is very good (please note, it has instructions for 'tftp', a different protocol than plain 'ftp'), and houls be able to get you by on any system which is designed around the /etc/xinetd.d/ type of systems.&lt;BR /&gt;&lt;BR /&gt;Some systems however just use a flat '/etc/xinetd.conf', but the same concepts apply.&lt;BR /&gt;&lt;BR /&gt;If you're using an older 'inetd' system (as against 'xinetd', then you'll want to look at just '/etc/inetd.conf'.&lt;BR /&gt;&lt;BR /&gt;..&lt;BR /&gt;&lt;BR /&gt;Oh, too much info.. If none of these help, you'll need to give us a bit more detail about what distribution you are using.</description>
      <pubDate>Tue, 09 Mar 2004 23:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214127#M73428</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-09T23:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and telnet services on RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214128#M73429</link>
      <description>To start the telnet and ftp demon:&lt;BR /&gt;&lt;BR /&gt;for telnet:&lt;BR /&gt;#/etc/init.d/telnetd start&lt;BR /&gt;&lt;BR /&gt;for ftp:&lt;BR /&gt;#/etc/init.d/vsftpd start&lt;BR /&gt;&lt;BR /&gt;to always auto-start the telnet and ftp demon during the booting:&lt;BR /&gt;&lt;BR /&gt;for telnet:&lt;BR /&gt;#chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;for ftp:&lt;BR /&gt;#chkconfig ftp on&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Manoj Kumar A</description>
      <pubDate>Wed, 10 Mar 2004 01:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet-services-on-redhat/m-p/3214128#M73429</guid>
      <dc:creator>Manoj Kumar A</dc:creator>
      <dc:date>2004-03-10T01:57:17Z</dc:date>
    </item>
  </channel>
</rss>

