Difference between revisions of "Software projects/OS/Slackware/Advanced usage/Inetd"

From Pandora Wiki
Jump to: navigation, search
(Created page with "= Description = * Inetd is precious when you want to save as much resources as possible on a server. * http://en.wikipedia.org/wiki/Inetd * Note that you also have to configure s...")
(No difference)

Revision as of 09:43, 15 April 2012

Description

  • Inetd is precious when you want to save as much resources as possible on a server.
  • http://en.wikipedia.org/wiki/Inetd
  • Note that you also have to configure some servers, like vsftpd, if you want them to be run through inetd.

Configuration

  • Edit /etc/inetd.conf .

Activation

  • To enable it permanently:
chmod +x /etc/rc.d/rc.inetd

Then

/etc/rc.d/rc.inetd start

or

reboot