Download - Make Samba Server

Transcript

New Letter with Margins

Creating Samba Server

In terminal

Step 1

cd /etc/samba

ls

then you create new file with:

sudo nano smb.conf

- enter root password -

[global]

server string = Alex's debian server

workgroup = debian

netbios name = debian

security = user

encrypt passwords = yes

guest account = nobody

name resolve order = bcast host

include = /etc/samba/smbshared.conf

**netbios name = alex@ such and such in terminal**

Control + X and save

Then step 2

sudo nano smbshared.conf

[Music]

comment = Linux file Server Share

path = /home/alex/Music

browsable = yes

guest ok = yes

read only = yes

available = yes

public = no

writable = no

valid users = alex

control + x and save

sudo nano smbusers

alex = alex

and save


Top Related