Link to home
Start Free TrialLog in
Avatar of link334
link334Flag for United States of America

asked on

HOW TO setup FTP server on RH 9

Experts,

I am new to Linux and would like detailed instructions for setting up a local lan FTP server on a box which I have installed RH 9 with GNOME.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of xDamox
xDamox
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of link334

ASKER

xDamox,

Thanks for your reply and suggestions!

How do go about seeing a list of currently running services in RH?
Hi,

You can type as root:

/sbin/service --status-all

Avatar of link334

ASKER

xDamox,

I assume I run that command from a Terminal (soory to be so ignorant)? I did from /Root and received a reply showing the vsftp and version. What is the grep command for?

Thanks!
Hi,

Yea you do it all from terminal. The grep is a utility for patten matching if you type:

man grep

You can see what grep can do for you.