⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inetd.conf

📁 netkit-base-0.17.tar.gz linux嵌入式开发使用!
💻 CONF
字号:
# See "man 8 inetd" for more information.## If you make changes to this file, either reboot your machine or send the# inetd a HUP signal:# Do a "ps x" as root and look up the pid of inetd. Then do a# "kill -HUP <pid of inetd>".# The inetd will re-read this file whenever it gets that signal.## <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>## It is generally considered safer to keep these off.#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## These are standard services.#ftp	stream	tcp	nowait	root	/usr/sbin/tcpd	in.ftpdtelnet	stream  tcp     nowait  root    /usr/sbin/tcpd	in.telnetd# nntp	stream	tcp	nowait	root	tcpd	in.nntpd# smtp  stream  tcp     nowait  root    tcpd    sendmail -v## Shell, login, exec and talk are BSD protocols.## If you run an ntalk daemon (such as netkit-ntalk) on the old talk # port, that is, "talk" as opposed to "ntalk", it won't work and may# cause certain broken talk clients to malfunction.## The talkd from netkit-ntalk 0.12 and higher, however, can speak the# old talk protocol and can be used safely.##shell	stream	tcp	nowait	root	/usr/sbin/tcpd	in.rshd -Llogin	stream	tcp	nowait	root	/usr/sbin/tcpd	in.rlogind -L#exec	stream	tcp	nowait	root	/usr/sbin/tcpd	in.rexecd# talk	dgram	udp	wait	root	/usr/sbin/tcpd	in.talkdntalk	dgram	udp	wait	root	/usr/sbin/tcpd	in.talkd## Kerberos authenticated services## klogin	stream	tcp	nowait	root	/usr/sbin/tcpd	rlogind -k# eklogin	stream	tcp	nowait	root	/usr/sbin/tcpd	rlogind -k -x# kshell	stream	tcp	nowait	root	/usr/sbin/tcpd	rshd -k## Services run ONLY on the Kerberos server## krbupdate	stream	tcp	nowait	root	/usr/sbin/tcpd	registerd# kpasswd	stream	tcp	nowait	root	/usr/sbin/tcpd	kpasswdd## Pop et al# Leave these off unless you're using them.##pop2	stream	tcp	nowait	root	/usr/sbin/tcpd	in.pop2d#pop3	stream	tcp	nowait	root	/usr/sbin/tcpd	in.pop3d## Comsat - asynchronous new mail notification. Recommended to leave it off.## comsat	dgram	udp	wait	root	/usr/sbin/tcpd	in.comsat## The Internet UUCP service.## uucp	stream	tcp	nowait	uucp	/usr/sbin/tcpd	/usr/lib/uucp/uucico	-l## Tftp service is provided primarily for booting.  Most sites# run this only on machines acting as "boot servers." If you don't# need it, don't use it. ## tftp	dgram	udp	wait	nobody	/usr/sbin/tcpd	in.tftpd# bootps	dgram	udp	wait	root	/usr/sbin/in.bootpd	in.bootpd## Finger, systat and netstat give out user information which may be# valuable to potential "system crackers."  Many sites choose to disable # some or all of these services to improve security.#finger	stream	tcp	nowait	nobody	/usr/sbin/tcpd	in.fingerd -w#systat	stream	tcp	nowait	nobody	/usr/sbin/tcpd	/bin/ps	-auwwx#netstat	stream	tcp	nowait	root	/usr/sbin/tcpd	/bin/netstat	-aident	stream	tcp	nowait	root	/usr/sbin/in.identd	in.identd## Sun-RPC based services.# <service name/version><sock_type><rpc/prot><flags><user><server><args>## rstatd/1-3	dgram	rpc/udp	wait	root	/usr/sbin/tcpd	rpc.rstatd# rusersd/2-3	dgram	rpc/udp	wait	root	/usr/sbin/tcpd	rpc.rusersd# walld/1		dgram	rpc/udp	wait	root	/usr/sbin/tcpd	rpc.rwalld# End.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -