wok-tiny view base-tiny/stuff/etc/inetd.conf @ rev 135

hardware-ibm-6272: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 30 10:57:54 2017 +0200 (2017-09-30)
parents
children c21687abfa6a
line source
1 # Internet server configuration database
2 #
3 #
4 # If you want to disable an entry so it isn't touched during
5 # package updates just comment it out with a single '#' character.
6 #
7 # If you make changes to this file, either reboot your machine or
8 # send the inetd process a HUP signal:
9 # Do a "ps x" as root and look up the pid of inetd. Then do a
10 # kill -HUP <pid of inetd>
11 # inetd will re-read this file whenever it gets that signal.
12 # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
13 #
14 #:INTERNAL: Internal services
15 # It is generally considered safer to keep these off.
16 echo stream tcp nowait root internal
17 echo dgram udp wait root internal
18 #discard stream tcp nowait root internal
19 #discard dgram udp wait root internal
20 daytime stream tcp nowait root internal
21 daytime dgram udp wait root internal
22 #chargen stream tcp nowait root internal
23 #chargen dgram udp wait root internal
24 time stream tcp nowait root internal
25 time dgram udp wait root internal
27 # These are standard services.
28 #
29 #tftp dgram udp wait root tftpd tftpd -r /boot
30 #systat stream tcp nowait nobody ps
31 #netstat stream tcp nowait root netstat netstat -a
32 #http stream tcp nowait root httpd httpd -i -u 80:80
33 #ftp stream tcp nowait root ftpd ftpd -w /home/ftp
34 #telnet stream tcp nowait root telnetd telnetd -i