debiansamba |
Samba is a program that can bridge the complexity of various Linux operating system
platforms (UNIX) with Windows machines running on a computer network. Samba is an
application of UNIX and Linux, known as the SMB (Service Message Block) protocol
Samba configuration steps
Do install samba with command like below:
# apt-get install samba samba-common smbclient smbfs
installsamba1 |
name the workgroup as you wish
workgroup2 |
Create a directory with # mkdir share (data named "share")
Then register the account #chmod -R 777 share
Then input paswordnya # smbpasswd -a alpiana
user3 |
add the following text below (Share Definitions):
[share]
path = / home / alpiana / share
browseable = yes
valid user = alpiana
guest ok = yes
read only = no
writeable = yes
# /etc/init.d/samba restart
settingsamba4 |
pcclien5 |
foldershare6 |
ok finished good luck.........
No comments:
Post a Comment