-------------------------------------------------------------------------------------------
SAMBA (SERVER >> CLIENT)
-----------------
login sebagai root
login sebagai root
- add mirror dari cd-rom : #apt-cdrom add
- Install Samba : #apt-get install samba
- edit file : #pico /etc/samba/smb.conf
- Cari Baris : -----Sharing Definition -----------
- tambahkan :
workgroup = workgroup
netbios = debianpian
security = share
[tkj]
path = /home/erickiso/
browseable= yes
available = yes
public = yes
writable = yes
simpan : ctrl + x, lalu tekan y
#cd /home/erickiso (folder sharing)
#pico /home/erickiso/TeknikInformatika.txt (file sharing)
ctrl + x, tekan y
Hak Akses :
Hak Akses :
#chmod -Rf 777 /home/pian/tkj
#chown -Rf 777 /home/pian/tkj
MENGINSTALL SMBCLIENT
----------------------
Install SAMBA CLIENT
#apt-get install sbmclient
melihat file sharing :
melihat file sharing :
#smbclient -L //192.168.1.2 (sesuaikan dengan IP client)
password : (isi password root)
----------------------------------------------------------
0 comments:
Post a Comment
Silahkan Jika ada Keluhan Atau Kurang Jelas!
Komentar anda merupakan inspirasi Kami