1

I am trying to setup tftp server, but have a difficult time doing so.

I found a possible solution, which suggests editing /System/Library/LaunchDaemons/tftp.plist, however, I cannot find a way to do so.

I have tried the following:

  1. Manually editing: sudo vim /System/Library/LaunchDaemons/tftp.plist - file is read-only.
  2. Copy file to another directory, edit it there, then copy back (as described in this answer - https://stackoverflow.com/a/72701725) - Operation is not permitted.
  3. Changing the file via defaults: defaults write -g /System/Library/LaunchDaemons/tftp.plist -string '<dict><key>Sockets</key><dict><key>Listeners</key><dict><key>SockFamily</key><string>IPv4</string></dict></dict></dict>' - I get an error defaults[40264:23017013] Could not write domain /System/Library/LaunchDaemons/tftp.plist; exiting.

There are various other possible solutions on other forums, which all seem to be outdated and not working currently. Is there a way to change that file?

1

0

You must log in to answer this question.

Browse other questions tagged .