LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-03-2003, 04:28 PM   #1
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Rep: Reputation: 15
ftp service


How can I tell if ftp is running on a redhat 7.3 server?

thanks,

David
 
Old 03-03-2003, 04:54 PM   #2
BenCarlisle
LQ Newbie
 
Registered: Feb 2003
Distribution: RH7,RH8,Slack
Posts: 29

Rep: Reputation: 15
alwayslearning,

Try ftp localhost

If it responds, FTP is running....

You can also run an ftpwho to see who is online (it should also report if the server is not running)....

Or you can do a netstat -anp|grep ftp

-B

Last edited by BenCarlisle; 03-03-2003 at 05:11 PM.
 
Old 03-03-2003, 06:24 PM   #3
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
ftp localhost=

421 Service not available, remote server has closed connection

netstat -anp|grep ftp=

# netstat -anp/grep ftp

netstat: invalid option -- /
 
Old 03-03-2003, 06:26 PM   #4
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Its not a forward slash (/) its a pipe(|). Ftp is not running. To start ftp do:

If you are using vsftpd you would do:

/etc/init.d/vsftpd start

If you are using wuftpd you would do:

/etc/init.d/wuftpd start

etc...
 
Old 03-03-2003, 07:44 PM   #5
iceman47
Senior Member
 
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123

Rep: Reputation: 47
or for short:
service vsftpd start
service wuftpd start
 
Old 03-03-2003, 09:01 PM   #6
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
thanks for the suggestions.

the message I am getting is "unrcognized service"

what next?

David
 
Old 03-03-2003, 09:04 PM   #7
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Ah ha. You don't have it installed.
 
Old 03-03-2003, 09:21 PM   #8
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
ftp install

thanks,

so tell me, please, how do I install ftp server?

David
 
Old 03-03-2003, 09:27 PM   #9
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
If you have the RedHat cds you can install it off there or you can download it from one of the many rpm sites.
 
Old 03-03-2003, 10:50 PM   #10
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
thanks again...

most of us at the beginning of our learning curve would probably not ask so many basic questions if there were a website, a publication, anything that would effectively bridge the gap between windows and linux.

For instance, I have sat in front of a monitor since 1986 and worked with 5 or 6 versions of dos, all windows, except ME, and am somewhat familiar with 2000 server and networking. Consequently, I do okay with KDE, especially with the various wizards, BUT, when I want to go to the command line and do most linux tasks the gap is gigantic.

I have looked several websites that different members of this forum have been so kind to suggest, but unless there is a specific problem with a specific CL script, it is very difficult to build a knowledge base and be effective in Linux. It is somewhat like going to Mexico, speaking very little Spanish and your interpreter simply tells you the Spanish equivalent for a variety of nouns. Until you learn sentence structure and how to conjugate verbs and how the words work together, you will feel lost.....

Perhaps there is a good "Bridge" book at Barnes and Noble that does not assume that newbies know anything.

or...???

David
 
Old 03-03-2003, 10:59 PM   #11
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Quote:
For instance, I have sat in front of a monitor since 1986 and worked with 5 or 6 versions of dos, all windows, except ME, and am somewhat familiar with 2000 server and networking.
I love how you said "except ME". Thats great. ME was really a horrible distro. Anyway I do have a suggestion for a good book. If you are not one of those egotistical maniacs then I would suggest getting one of those "Idiots Guides" or "Linux for Dummies" books. The first book I got was "Linux for dummies" which came with RedHat 7.3. It can really get you going and once you get going its hard to stop. Linux is like crack.(Maybe RedHats next release should be RedHat 8.1(Crack))

Anyway I would really suggest any one of these books. They are so simple to use and have some good info in them.

By the way, did you get vstfpd running or what?
 
Old 03-04-2003, 06:31 AM   #12
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
If the book that helps build a useable knowledge base for linux calls me a dummy, idiot or moron, so what? I spend far too much time on a computer to keep struggling with ms.

I'm off to the Amazon, website, that is....

as for ftp, by the time I got the necessary info it was late and my last brain cell was winding down ~~\\........

will let you know later today....

mucho gracias for you input,

David
 
Old 05-14-2003, 09:29 AM   #13
tek monkey
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
Complete n00b alert here!


I haven't used linux in years, but have to get a server up and running at work. It has to be RedHat 7.3 and must be command line only. I checked the anonymous FTP server option on installing, yet still don't seem to have a server on there. I cannot find any mention of it either on my system or on my CD's. Can someone help a n00b in distress out here, what the hell am I doing wrong? How do I install it again from the RH7.3 ISO's? And which of the 3 CD's should it be on?
 
Old 05-14-2003, 12:35 PM   #14
Zac2003
Member
 
Registered: Feb 2003
Posts: 35

Rep: Reputation: 15
Quote:
Originally posted by tek monkey
Complete n00b alert here!


I haven't used linux in years, but have to get a server up and running at work. It has to be RedHat 7.3 and must be command line only. I checked the anonymous FTP server option on installing, yet still don't seem to have a server on there. I cannot find any mention of it either on my system or on my CD's. Can someone help a n00b in distress out here, what the hell am I doing wrong? How do I install it again from the RH7.3 ISO's? And which of the 3 CD's should it be on?
easy way is just to goto http://www.proftpd.org/ download the tar.gz and read install instructions edit a config with your server name then /usr/local/sbin/proftpd /usr/local/etc/proftpd.conf will get it started up for you

easy as pie
 
Old 05-15-2003, 06:39 AM   #15
tek monkey
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
Ah! Cheers mate!

Here was me thinking that because I chose an FTP server in the install options it'd be included. I also chose web server but obviously still needed apache, d'oh!

Thanks again, will no doubt be back pretty soon
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ftp service mehro Linux - Networking 2 09-28-2005 02:53 AM
SuSE 9.2 - FTP Port open with no FTP service?!?! don_wombat Linux - Security 12 12-01-2004 03:14 PM
WU-ftp Service problem varala_kanth Linux - Software 1 07-08-2004 10:13 PM
how to enable FTP service? hedaPrakash Linux - Newbie 7 07-17-2003 10:36 PM
FTP Service Aldyn Linux - Newbie 4 05-31-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration