24 Ocak 2008
INETD HİZMETLERİ KÜTÜĞÜ
Aynı /etc/services kütüğünde olduğu gibi burada da /etc/inetd.conf kütüğü başlangıç için yeterli bilgilerle donatılmıştır. Bir düzeltme yapma gereği duymadan LINUX bilgisayaraınızı kullanabilirsiniz.
| # /etc/inetd.conf: | ||||||
| # | ||||||
| # Internet hizmet sunucusu tanımları veri tabanı | ||||||
| # | ||||||
| # <hizmet adı> <sock_tipi> <protokol> <değerler> <kullanıcı> <sunucu_yolu> <parametreler> | ||||||
| # | ||||||
| # Bilgisayar içi hizmetler | ||||||
| # | ||||||
| #echo | stream | tcp | nowait | root | internal | |
| #echo | dgram | udp | wait | root | internal | |
| discard | stream | tcp | nowait | root | internal | |
| discard | dgram | udp | wait | root | internal | |
| daytime | stream | tcp | nowait | root | internal | |
| daytime | dgram | udp | wait | root | internal | |
| #chargen | stream | tcp | nowait | root | internal | |
| #chargen | dgram | udp | wait | root | internal | |
| time | stream | tcp | nowait | root | internal | |
| time | dgram | udp | wait | root | internal | |
| # | ||||||
| # Bunlar standart Hizmetlerdir. | ||||||
| # | ||||||
| telnet | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.telnetd |
| ftp | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.ftpd |
| #fsp | dgram | udp | wait | root | /usr/sbin/tcpd | /usr/sbin/in.fspd |
| # | ||||||
| # Shell, login, exec ve talk BSD protokollarıdır | ||||||
| # | ||||||
| shell | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.rshd |
| login | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.rlogind |
| #exec | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.rexecd |
| talk | dgram | udp | wait | root | /usr/sbin/tcpd | /usr/sbin/in.talkd |
| ntalk | dgram | udp | wait | root | /usr/sbin/tcpd | /usr/sbin/in.ntalkd |
| # | ||||||
| # Mail (ileti), news(haber) ve uucp hizmetleri. | ||||||
| # | ||||||
| smtp | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.smtpd |
| #nntp | stream | tcp | nowait | news | /usr/sbin/tcpd | /usr/sbin/in.nntpd |
| #uucp | stream | tcp | nowait | uucp | /usr/sbin/tcpd | /usr/lib/uucp/uucico |
| #comsat | dgram | udp | wait | root | /usr/sbin/tcpd | /usr/sbin/in.comsat |
| # | ||||||
| # Posta Ofisi Protokolları (İletiler için) | ||||||
| # | ||||||
| #pop-2 | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.pop2d |
| #pop-3 | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.pop3d |
| # | ||||||
| #cfinger | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.cfingerd |
| #finger | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.fingerd |
| #netstat | stream | tcp | nowait | nobody | /usr/sbin/tcpd | /bin/netstat |
| #systat | stream | tcp | nowait | nobody | /usr/sbin/tcpd | /bin/ps -auwwx |
| # | ||||||
| # Tftp hizmeti boot işlemi sırasında kullanılır. Pekçok yerde | ||||||
| # bu hizmet "boot sunucular" tarafından kullanılır | ||||||
| # | ||||||
| #tftp | dgram | udp | wait | nobody | /usr/sbin/tcpd | /usr/sbin/in.tftpd |
| #tftp | dgram | udp | wait | nobody | /usr/sbin/tcpd | /usr/sbin/in.tftpd /boot |
| #bootps | dgram | udp | wait | root | /usr/sbin/bootpd | bootpd -i -t 120 |
| # | ||||||
| # Kerberos onaylama hizmeti | ||||||
| # | ||||||
| #klogin | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.rlogind -k |
| #eklogin | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.rlogind -k -x |
| #kshell | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/in.rshd -k |
| # | ||||||
| # Kerberos sunucu üzerinde çalışan hizmetler | ||||||
| # | ||||||
| #krbupdate | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/registerd |
| #kpasswd | stream | tcp | nowait | root | /usr/sbin/tcpd | /usr/sbin/kpasswdd |
| # | ||||||
| # RPC tabanlı hizmetler | ||||||
| # | ||||||
| #mountd/1 | dgram | rpc/udp | wait | root | /usr/sbin/tcpd | /usr/sbin/rpc.mountd |
| #rstatd/1-3 | dgram | rpc/udp | wait | root | /usr/sbin/tcpd | /usr/sbin/rpc.rstatd |
| #rusersd/2-3 | dgram | rpc/udp | wait | root | /usr/sbin/tcpd | /usr/sbin/rpc.rusersd |
| #walld/1 | dgram | rpc/udp | wait | root | /usr/sbin/tcpd | /usr/sbin/rpc.rwalld |
| # | ||||||
| # inetd.conf kütüğü sonu. | ||||||
| ident | stream | tcp | nowait | nobody | /usr/sbin/identd | identd -i |
Ana Sayfaya Teknik Bilgiler Sayfasina

