tftpd-hpa on Ubuntu 16.04.
I need be able to upload files into TFTP root directory. I already have option TFTP_OPTIONS="--secure --create" in tftpd-hpa Configuration File.
What should be correct ownership and directory permissions on the tftp root directory /var/lib/tftpboot?
A lot of manuals and instructions explain this in different way, for example wiki guide suggests to change ownership on TFTP root directory: sudo chown -R tftp /var/lib/tftpbootAnother manuals suggest set ownership 'nobody' on TFTP root directory.
What also should bechmod permissions on TFTP root directory, if they ever need be changed? For example, aboved wiki manual say's nothing about setting chmod.