#!/bin/bash useradd tftpd echo "#!/bin/bash exec /usr/sbin/in.tftpd -a 0.0.0.0 -u tftpd -L -s /home/shares/tftp/" > /service/tftp_hpa/run chmod +x /service/tftp_hpa/run