Simple Samba Setup: Difference between revisions

From Coolscript
Jump to navigation Jump to search
(Created page with "Simple Samba (SMB) Setup with the focus of having a file share method for www developers on windos machines.")
 
No edit summary
Line 1: Line 1:
Simple Samba (SMB) Setup with the focus of having a file share method for www developers on windos machines.
Simple Samba (SMB) Setup with the focus of having a file share method for www developers on windos machines.
Install Samba on Debian or Ubuntu
apt-get install samba samba-common system-config-samba
Configure Samba with a local user to authenticate the client but using o local user (www-data) to enforce file modification on the local machine made by www-data

Revision as of 18:21, 16 March 2021

Simple Samba (SMB) Setup with the focus of having a file share method for www developers on windos machines.


Install Samba on Debian or Ubuntu

apt-get install samba samba-common system-config-samba


Configure Samba with a local user to authenticate the client but using o local user (www-data) to enforce file modification on the local machine made by www-data