Now, we need to create a new directory /tftp. See Figure 4.11.
~$ sudo mkdir /tftp
Figure 4.11: Create a new directory.
Now, change the owner and group of the /tftp directory to tftp. See Figure 4.12
~$ sudo chown tftp:tftp /tftp
Figure 4.12: Change the owner and group.
Now, restart the tftpd-hpa service as shown in Figure 4.13.
~$ sudo systemctl restart tftpd-hpa
Figure 4.13: Restart the tftpd-hpa service.
Now, check whether the tftpd-hpa service is running. Enter as shown in Figure 4.14.
~$ sudo systemctl status tftpd-hpa
Figure 4.14: Enter command to check that tftpd-hpa service is running.
As you can see, the tftpd-hpa service is running. Configuration is successful (Figure 4.15).