tftp-xinetd

来自「Linux下的TFTP源代码」· 代码 · 共 19 行

TXT
19
字号
# default: off# description: The tftp server serves files using the trivial file transfer \#	protocol.  The tftp protocol is often used to boot diskless \#	workstations, download configuration files to network-aware printers, \#	and to start the installation process for some operating systems.service tftp{	socket_type		= dgram	protocol		= udp	wait			= yes	user			= root	server			= /usr/sbin/in.tftpd	server_args		= -s /tftpboot	disable			= yes	per_source		= 11	cps			= 100 2	flags			= IPv4}

⌨️ 快捷键说明

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