Thursday, June 30, 2011

Creating a Samba Folder

In the file:


$ sudo vi /etc/samba/smb.conf

Add the lines:
[folder-name]
        comment = Shared reference data (will not be backed up)
        path = /home/john/sambafolder
        writeable = yes
        browseable = yes
        valid users = john

$  sudo service smbd restart

0 comments:

Post a Comment