LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to turn on telnet and FTP after installing Linux Redhat Advance Server 2.1 (https://www.linuxquestions.org/questions/linux-general-1/how-to-turn-on-telnet-and-ftp-after-installing-linux-redhat-advance-server-2-1-a-90489/)

ashley75 09-08-2003 09:14 AM

How to turn on telnet and FTP after installing Linux Redhat Advance Server 2.1
 
Hi all,

Sorry, I am not a Linux admin plus I am new with Linux. I was able to install Linux Redhat Advance Server 2.1 after reading some docs. Now my next question is how can I turn on or enable Telnet and FTP on this new Linux box.

I have done this before but I can't remember now. something in xinetd but I can't remember. could someone please give me the full instruction of how to do that ????


thanks a bunch

Medievalist 09-08-2003 10:18 AM

Used to be you edited /etc/inetd.conf, but nowadays you set up files in /etc/inetd.d.

Try the tool "ntsysv" from a text prompt. If it's installed, ntsysv will give you a simple curses interface that you can use to turn stuff like that on and off... if a service is not in the list, you still need to install the package that provides the service. Telnet may not be a default package any more.

Seriously, though - you should consider ditching ftp and telnet, they are obsolete since that box will support ssh and sftp which do not transmit your passwords in the clear like telnet and ftp do.

Teraterm is a nice ssh client for windows. Putty's another. And if you aren't using windows pretty much everything comes with ssh these days (hooray! Thanks OpenSSH team!).

ashley75 09-10-2003 10:01 AM

how to enable FTP
 
I was able to telnet to the server using telnet and I know telnet is not the best way to access to the server remotely. My question is how can I enable FTP on the server so I can access FTP from the remote machine.

thanks

trickykid 09-10-2003 12:25 PM

Re: how to enable FTP
 
Quote:

Originally posted by ashley75
I was able to telnet to the server using telnet and I know telnet is not the best way to access to the server remotely. My question is how can I enable FTP on the server so I can access FTP from the remote machine.

thanks

ashley75,

I merged your threads since you have already asked this once before. Lets try to keep the existing questions in the original threads you've created, to prevent from double posting and to keep the discussion in the same place.

Regards.

ashley75 09-15-2003 09:28 AM

FTP on Redhat Linux Advance Server 2.1
 
How can I check if I have FTP installed on my machine, let's assume if I don't have FTP package installed on my machine, what do I need to reinstall the packge if I have the redhat cds.
what is the most common FTP services people are using out there. Someone told me to use pure-ftp, any other options????

thanks million

trickykid 09-15-2003 09:57 AM

ashley75,

I've merged your threads once again. I would appreciate it if you would keep the existing discussion in the existing threads you've started. It makes it easier so we don't have threads on the same subject scattered across the forums.

As for your question, try performing something like this:

rpm -qa | grep *ftp*

This should search your RPM database for any related packages that have FTP in the name..

ashley75 09-15-2003 01:00 PM

thanks

and I apologize for open duplicate threads

trickykid 09-15-2003 01:58 PM

Quote:

Originally posted by ashley75
thanks

and I apologize for open duplicate threads

No problem. :)

rakesh_sni 08-31-2009 06:06 AM

u run the command ntsysv by root user and will get the services list then u find wu-ftpd service by pressing space bar u select it and quit,then run service network restart and service xinetd restart command your ftp is working.

Wim Sturkenboom 08-31-2009 07:43 AM

Will ashley75 still read this after 6 years? How do you find those old threads?

wongjcw 12-12-2013 04:09 AM

Quote:

Originally Posted by Wim Sturkenboom (Post 3663859)
Will ashley75 still read this after 6 years? How do you find those old threads?

Most likely ashley75 will not read this message again, but it is really useful for me!
I would like to say Thank You to all of you. ^ ^


All times are GMT -5. The time now is 03:58 AM.