I have a shared samba drive set up on my virtual machine guest running Ubuntu Server 12.04.
\\ubuntu\www
The file path /var/www has the permissions www-data:www-data set up.
My user name abe is part of the group www-data.
I am using a Windows XP Host machine and I do my development using my host machine, but I just save the files to the samba shared \\ubuntu\www.
When I do so, the file owner gets set to my username abe, which is expected...
Question: is there a way to set up my samba shared at \ubuntu\www to write to my group (www-data) instead of my username?
Here is what my samba configuration file (/etc/ looks like:
[www]
comment = Apache Document Home
path = /var/www/
writable = yes
force group = www-data