Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-12-2001, 05:45 AM
|
#1
|
LQ Newbie
Registered: Sep 2001
Distribution: suse 6.4
Posts: 9
Rep:
|
activate services manually
hi
I've deactivated the inetd because it opens
too many services (ftp, telnet, finger ...like yast says) on startup.
how do I activate ftp, telnet, finger manually?
thanx a lot
|
|
|
09-12-2001, 10:44 AM
|
#2
|
Senior Member
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243
Rep:
|
In your startup scripts (the location of which depends on your distro) you need to explicitly start the daemons, so for ftp you would probably just have a ftpd line, for telnet you'd probably run in.telnetd and so on... Have a look at the line which is executed by inetd (in /etc/inetd.conf [of xinetd.conf]) and check the man page for any options that are useful for you.
Post back with the distro you are using and I'm sure someone will be able to tell you the best startup script to modify.
HTH
Jamie...
PS - You realise you could just have removed the lines from inetd.conf to close those services off!!??
|
|
|
09-12-2001, 12:02 PM
|
#3
|
LQ Newbie
Registered: Sep 2001
Distribution: suse 6.4
Posts: 9
Original Poster
Rep:
|
I'm using suse 6.4
yes, I realized to modify the inetd.conf.
those services are closed now.
but what if I would have to transfer some data
via ftp? what command do I use to start that service, which command to shut it down again?
|
|
|
09-12-2001, 02:32 PM
|
#4
|
Member
Registered: Jul 2001
Location: Braunschweig, Germany
Distribution: Suse 7.2
Posts: 184
Rep:
|
If you just want to start the service for a short time, the command line for the ftp-server is the same as stated in the inetd.conf file.
You might have to add some options. If I want to start my proftp server manually I would have to set the Servertype to standalone in the config file.
At the command line I then would just have to type
# proftpd
Should be the same for all the other services.
To get rid of the servers again, get their process id by issuing
# ps ax
and kill them:
kill "process-id" (no quotes)
HTH, Steave.
|
|
|
All times are GMT -5. The time now is 05:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|