Sharing samba-folder with root access
- by Industrial
Hi everyone,
I have a staging server in my network running Ubuntu server 10.10, being my main development area. As I need to access the files in the Apache root from other computers in the network, I have setup samba with the following settings:
[www]
comment = Apache root www
path = /var/www
writable = yes
force user = root
…