On Sat, Mar 08, 2025 at 17:14:44 -0800, Van Snyder wrote: > I want to be able to change the web without logging in as root. I > occasionally need to send files to recipients that are big enough > suffocate their mail readers. Putting a soft link to it in /opt/www > without hooking it to my index is an easy way to do that. After it's > fetched, I delete it.
This sounds like a natural use case for the ~/public_html/ directory. No need to modify the site contents under /opt/www/ when you can just drop a file in your own public_html directory.