SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов Печать| RemiZOffAlex Создано: 2017-09-24 17:48:30.551490 Обновлено: 2017-09-24 17:48:30.551490 |
|---|
|
Fedora dnf install xinetd tftp-server Файл /etc/xinetd.d/tftp service tftp {
socket_type = dgram
protocol = udp
wait = yes
user = nobody
# group = nobody
server = /usr/sbin/in.tftpd
server_args = -s -c /var/tftpboot -vvv
disable = no
per_source = UNLIMITED
cps = 100 1
flags = IPv4
}
Запуск systemctl enable xinetd |