Friday, January 11, 2008

samba תוכנית שיטוף קבצים עם המשתמשים של וינדוס

under your shell enter :

apt-get install samba

su

gedit /etc/samba/smb.conf עריכת קובץ שתופים לדוגמא


[global]

workgroup = MSHOME
netbios name = %h
security = share
server string = %h server
wins support = yes

[iso]

path = /mnt/hda2/iso
browsable = yes
writeable = no
guest ok =yes
comment = ISO files (mostly debian related)

[movies]

path = /mnt/hda2/movie
comment = Guess what ?
browsable = yes
guest ok=yes
writeable = yes

[download]

path = /mnt/hda3/download
comment = Guess what ?
browsable = yes
guest ok=yes
writeable = no

[idi]

path = /home/error0327/Desktop/MyDoc
comment = Guess what
browsable = yes
guest ok=yes
writeable = no


/etc/init.d/samba start הפעלת ה סמבא
/etc/init.d/samba stop הפסקת ה סמבא

No comments: