TKJ SMKN 3 BUDURAN SIDOARJO

  • Facebook

Setting Samba Server Debian 4

1. instalasi samba
#apt-get install samba

2. back up file asli smb.conf anda atau rubah nama smb.conf anda di
#/etc/samba/
dengan nama file : smb.conf.sample

3. Buat file baru di /etc/samba dengan nama smb.conf
#cd /etc/samba
/etc/samba/#>> smb.conf

4. edit file baru smb.conf anda tadi

[global]
workgroup = WORKGROUP
netbios name = arief
samba server string = samba server
security = share

[arief]
path = /home/arief
comment = ok
public = yes
read only = no
browseable = yes
forceuser = arief
forceuser = arief
security = share
available = yes

5. restart sambanya
#/etc/init.d/samba restart