<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p><br /></p>
<div><span>I have a development server setup in my office and am trying to edit remote (from another <span style="font-size: 13.3333px;">computer</span>.)</span></div>
<div><span> </span></div>
<div><span>Server is running stock Ubuntu 18.04 with a LAMP configuration.</span></div>
<div><span> </span></div>
<div><span>I have an install of WordPress at /var/www/vhost/test/public_html</span></div>
<div><span> </span></div>
<div><span>The user is bill.</span></div>
<div><span> </span></div>
<div><span>Editor is Visual Studio Code.  Connecting remote as user bill.</span></div>
<div><span> </span></div>
<div><span>If I set ownership to www-data:bill (chown -R www-data:bill /var/www/vhost/) WordPress can write to a file and Visual Studio Code can NOT.</span></div>
<div> </div>
<div><span>If I set ownership to bill:www-data (chown -R bill:www-data: /var/www/vhost/) WordPress can NOT write to a file and Visual Studio Code can.</span></div>
<p>Any help much appreciated!!</p>
<p>Keith</p>

</body></html>