Difference between revisions of "Samba Setup"

From rbachwiki
Jump to navigation Jump to search
(Created page with "=Install Samba= sudo apt-get install samba")
 
Line 1: Line 1:
=Install Samba=
=Install Samba=
  sudo apt-get install samba
  sudo apt-get install samba
==Create Directory to be shared==
sudo mkdir shared
== Change ownership ==
sudo chmod pi:pi shared2

Revision as of 16:58, 8 May 2019

Install Samba

sudo apt-get install samba

Create Directory to be shared

sudo mkdir shared

Change ownership

sudo chmod pi:pi shared2