What should be correct ownership and permissions for TFTP root directory?

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.

6 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like