도와주세요!!
글 수 15,339
2002.11.06 11:48:05 (*.186.48.184)
6713
# 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
{
# disable = yes
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftp
}
# 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
{
# disable = yes
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftp
}