📄 inetd.conf
字号:
# /etc/inetd.conf: see inetd(8) for further informations.## Internet server configuration database### Lines starting with "#:LABEL:" or "#<off>#" should not# be changed unless you know what you are doing!## If you want to disable an entry so it isn't touched during# package updates just comment it out with a single '#' character.## Packages should modify this file by using update-inetd(8)## <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>##:INTERNAL: Internal services#echo stream tcp nowait root internal#echo dgram udp wait root internalchargen stream tcp nowait root internal#chargen dgram udp wait root internaldiscard stream tcp nowait root internaldiscard dgram udp wait root internaldaytime stream tcp nowait root internal#daytime dgram udp wait root internaltime stream tcp nowait root internal#time dgram udp wait root internal2 stream tcp nowait root /bin/dd dd if=/etc/inetd.64k ibs=1024 count=64 obs=65536#2 stream tcp nowait root /etc/inetd.64k.sh inetd.64k.sh3 stream tcp nowait root /bin/dd dd if=/etc/inetd.64k ibs=1024 count=2 obs=20484 stream tcp nowait root /usr/local/sbin/ipsec ipsec showpolicy#:STANDARD: These are standard services.#:BSD: Shell, login, exec and talk are BSD protocols.#:MAIL: Mail, news and uucp services.#:INFO: Info services#:BOOT: Tftp service is provided primarily for booting. Most sites# run this only on machines acting as "boot servers."#:RPC: RPC based services#:HAM-RADIO: amateur-radio services#:OTHER: Other services
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -