instalasi file sharing menggunakan "samba" pada debian
File sharing server "samba"
Dalam membuat file sharing server pada debian disini saya mengguanakan aplikasi "samba"
Beriukut langkah installasi dan konfigurasinya
root@baha:~#apt-get install samba
root@baha:~#pico /etc/samba/smb.conf
security = user
[public]
path = /home/public
read list = udin
write list = root
valid users = udin root
admin users = root
nb : user "udin" untuk access read only , "root" access write and read , path file yang akan kita share
root@baha:~#mkdir /home/public
root@baha:~#chmod 777 /home/public -R
root@baha:~#adduser udin
root@baha:~#smbpasswd -a udin
root@baha:~#smbpasswd -a root
root@baha:~#/etc/init.d/samba restart
(Browse di windows \\192.168.1.1, login using udin or root, enter your password, udin can only read, and user root can write and read.
For delete all the active connections in local computer use Net Use * /Delete.)
refrensi : (http://oreilly.com/openbook/samba/book/ch06_02.html)
Dalam membuat file sharing server pada debian disini saya mengguanakan aplikasi "samba"
Beriukut langkah installasi dan konfigurasinya
root@baha:~#apt-get install samba
root@baha:~#pico /etc/samba/smb.conf
security = user
[public]
path = /home/public
read list = udin
write list = root
valid users = udin root
admin users = root
nb : user "udin" untuk access read only , "root" access write and read , path file yang akan kita share
root@baha:~#mkdir /home/public
root@baha:~#chmod 777 /home/public -R
root@baha:~#adduser udin
root@baha:~#smbpasswd -a udin
root@baha:~#smbpasswd -a root
root@baha:~#/etc/init.d/samba restart
(Browse di windows \\192.168.1.1, login using udin or root, enter your password, udin can only read, and user root can write and read.
For delete all the active connections in local computer use Net Use * /Delete.)
refrensi : (http://oreilly.com/openbook/samba/book/ch06_02.html)
Langganan:
Posting Komentar
(
Atom
)

Tidak ada komentar :
Posting Komentar
Tata cara berkomentar yang baik
sebelumnya saya mengucapkan terimakasih , karna telah berkunjung di blog saya.
Saya sebagai penulis berharap , pembaca bisa berkomentar dengan tata cara yang baik
- Tidak Sara
- Tidak Berakata-kata kasar
- Tidak Promosi
- Tidak Flamming
- Dan Tidak Spam or Junk
Terimakasih