make samba server

3
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

Upload: mary-singleton

Post on 11-Sep-2015

214 views

Category:

Documents


2 download

DESCRIPTION

d

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