如何更改 TFTP 根目录

Kum*_*mar 2 rhel directory tftp

如何在 RHEL 6 中更改 TFTP 的根目录?

默认位置是 /var/lib/tftpboot

小智 5

AFAIR 你应该可以在 /etc/xinetd.d/tftp

 service tftp
 {
     ...
     server_args             = -s /your/location/to/tftpboot
Run Code Online (Sandbox Code Playgroud)