Konfigurasi Setting Samba Server Debian
di karenakan sedang malas nulis disini saya jelaskan sedikit sederhana tentang samba server..
ok.. siap ??? langsung saja :
1. Install samba :
# apt-get install samba
2. Backup file smb.conf :
# mv /etc/samba/smb.conf /etc/samba/smb.conf.bakup
3. Buat file baru :
# vim /etc/samba/smb.conf
4. Dan isikan :
[global]
workgroup = WORKGROUP
security = share
guest account = nobody
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
public = no
writable = no
create mode = 0700
[data]
comment = data saringan
path = /home/baru -> letak folder yg akan ditampilkan/di sharing
public = yes
browseable = yes
read only = yes
writeable = yes
forceuser = yusuf
forcegroup = yusuf
4. Buat user dengan nama yusuf
# adduser yusuf
5. ubah kepemilikan folder "baru" yang diatas tadi
# chown nya.nya /home/baru/
ok.. siap ??? langsung saja :
1. Install samba :
# apt-get install samba
2. Backup file smb.conf :
# mv /etc/samba/smb.conf /etc/samba/smb.conf.bakup
3. Buat file baru :
# vim /etc/samba/smb.conf
4. Dan isikan :
[global]
workgroup = WORKGROUP
security = share
guest account = nobody
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
public = no
writable = no
create mode = 0700
[data]
comment = data saringan
path = /home/baru -> letak folder yg akan ditampilkan/di sharing
public = yes
browseable = yes
read only = yes
writeable = yes
forceuser = yusuf
forcegroup = yusuf
4. Buat user dengan nama yusuf
# adduser yusuf
5. ubah kepemilikan folder "baru" yang diatas tadi
# chown nya.nya /home/baru/